How do I find out the number of parameters passed into function?
Answer Posted / som
func_num_args() function returns the number of parameters
passed in.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Tell me how is it possible to propagate a session id?
What is csrf token and how will you add csrf token in ajax?
What is difference between session and cookie in PHP?
Which is faster for or foreach?
What does $_cookie mean?
How can a cross-site scripting attack be prevented by php?
What is difference Between PHP 5 and 7?
Difference between $message vs. $$Message in php.
What is a query in a database?
Is set in php?
Why triggers are used in mysql?
Do you know what is the differences between $a != $B and $a !== $B?
Explain php explode() function.
What happens if an expected input field was not submitted?
What are global variables in php?