How to find out number of parameters passed into function?
Answer Posted / Mohini Singh
In PHP, you can use the `func_num_args()` function inside a function to determine the number of arguments that were passed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers