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 |
How to return a value back to the function caller?
Explain some of the php array functions?
What is the difference between ereg_replace() and eregi_replace()?
List out some tools through which we can draw E-R diagrams for mysql?
Tell me what does the scope of variables means?
What is the string concatenation operator in php?
How values in arrays are indexed?
What is difference between isset and empty in php?
How can you get the size of an image in PHP?
Should I use mysqli or pdo?
How many days will it take to learn php?
How to protect special characters in query string?