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

Options
- By using func_num_args()
- By using func_get_arg()
- By using func_get_args()
- None of the above


CORRECT ANSWER : By using func_num_args()

Discussion Board
advance internet program

question and answer

daniel ermias 12-14-2016 05:03 AM

yea thats right

you are correct

eze sunday 05-17-2015 11:03 AM

To find number of parameters.

Answer : By using func_num_args()

This function returns the number of arguments/parameters passed to the function.

Jayesh Sonar 02-10-2015 02:12 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement