Explain how to find out the number of parameters passed into function?
Answer Posted / Hariom Narayan
To find out the number of parameters a function accepts, you can either check the function's documentation or use PHP's func_num_args() function inside the function itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers