Interview Questions

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

PHP Interview Questions and Answers


(Continued from previous question...)

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

func_num_args() function returns the number of parameters passed in.

(Continued on next question...)

Other Interview Questions