Home »

How do I find out the number of parameters passed into function. ?

Question ListCategory: PHPHow do I find out the number of parameters passed into function. ?
milleranthony7 author asked 8 years ago
1 Answers
jessica537 author answered 8 years ago

func_num_args() function returns the number of parameters passed in.

Please login or Register to Submit Answer