How do I find out the number of parameters passed into function9?
Answer / Rashmi Yadav
In PHP, you can get the number of passed arguments using the 'func_num_args()' function. Here is an example: nndefaultFunction($arg1) {necho func_num_args();}ndefaultFunction('Test'); // Output: 1
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc in php?
How can you execute php script from the command line?
Difference between mysql_connect and mysql_pconnect in php?
How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.
Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.
What is deffience betwwen get() , Post , Request()
Shopping cart online validation i.e. how can we configure Paypal, etc.?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
How can we find the number of rows in a result set using PHP?
What are the different functions in sorting an array?
Does facebook use php framework?
What is artisan in php?