InterviewSolution
Saved Bookmarks
| 1. |
How Do I Find Out The Number Of Parameters Passed Into Function9? |
|
Answer» func_num_args() FUNCTION RETURNS the NUMBER of PARAMETERS PASSED in. func_num_args() function returns the number of parameters passed in. |
|