FUNC_NUM_ARGS
Returns the number of arguments passed to the function
SYNTAX
func_num_args ( void ) : int
RETURN
Returns the number of arguments passed into the current user-defined function.
EXAMPLES
3