in PHP by
What is the function func_num_args() used for?

1 Answer

0 votes
by

The function func_num_args() is used to give the number of parameters passed into a function.

...