0 votes
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.

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...