func_num_args

 int func_num_args ( void ) 

説明

Gets the number of arguments passed to the function. This function may be used in conjunction with func_get_arg() and func_get_args() to allow user-defined functions to accept variable-length argument lists.

戻り値

Returns the number of arguments passed into the current user-defined function.