PHP Developer Question:

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

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

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


Previous QuestionNext Question
Can you please explain the difference between ereg_replace() and eregi_replace()?List the purpose of the following files having extensions: frm, myd, and myi? What these files contain?