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 |
What is namespace in php?
What is difference between single quotes and double quotes in php?
How to run a php script?
Who created numbers?
Name some of the functions in php.
What is abstraction php?
What is php default argument?
Is php an array?
What is traits? How it is used in php?
What are the new features in php 7?
How is it possible to remove escape characters from a string?
What is is_null() in php?