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



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

Answer / som

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

Is This Answer Correct ?    23 Yes 1 No

Post New Answer

More PHP Interview Questions

What is namespace in php?

0 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


How to run a php script?

0 Answers  


Who created numbers?

0 Answers  


Name some of the functions in php.

0 Answers  


What is abstraction php?

0 Answers  


What is php default argument?

0 Answers  


Is php an array?

0 Answers  


What is traits? How it is used in php?

0 Answers  


What are the new features in php 7?

0 Answers  


How is it possible to remove escape characters from a string?

0 Answers  


What is is_null() in php?

0 Answers  


Categories