answersLogoWhite

0


Best Answer

With a call to the function func_num_args().

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find out the number of arguments passed to a function in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where do you find a list of Excel arguments?

Each function in Excel that has arguments will differ in terms of what arguments are needed. The help for a particular function will indicate what arguments may be needed. Some functions can be used in different ways and may not always need all arguments.


What is the significance of asmlinkage modifier in C?

The asmlinkage tag tells gcc that that the function should not expect to find any of its arguments in registers (a common optimization), but only on the CPU's stack. Many kernel functions use the fact, that system_call consumes its first argument, the system call number, and leaves other arguments (which were passed to it in registers) on the stack. All system calls are marked with the asmlinkage tag, so they all look to the stack for arguments.


What are arguments in MS Excel?

Arguments are the values that are entered into functions to enable them to work. Most functions require arguments. For example, if you want to find out what day of the week a date is, you need a function called Weekday and the date that you want as the argument of the function.


Can anybody explain stack level functioning of recursion in c language exclusively?

Yes, any body can explain stack level functioning of recursion in C language exclusively. ;-) Whenever we invoke a function, the return address is pushed onto the call stack. That return address remains on the call stack until the function returns at which point the address is popped from the stack and control passed to that address. In this way, functions can always find their way back to their callers, even if those functions invoke other functions, including themselves (recursive functions). As well as the return address, the formal arguments of the function and the local variables of the function are also pushed onto the stack. Formal arguments are initialised by the actual arguments passed by the caller, assigning the values of the actual arguments to the formal arguments. If the formal argument is a pointer variable or reference, the address of the actual argument is passed instead. In addition, the call stack is used by the exception handling mechanism. When an exception is thrown by a function, the call stack "unwinds" (popping each function's stack frame) until a suitable handler is found.


Do all functions have arguments?

Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.Some functions do and some don't. So it depends on which function you use. Some need more information, like ones that are calculating something like SUM or AVERAGE. Others do not need any arguments like the TODAY function which gives the current date on the computer. So for each function you need to check how to use it and as part of that you will have to find out if it uses arguments and the type and amount of arguments it uses.


How do you find the value of a number in a function?

The number of function is Geometry


Which math function is used to find the square root of a number using java?

Math.sqrt(number) function is used to find the square root of a number.. try it


What is a function table?

a function table is a table used to find number pairs


Help I am using open office for PC and you cant find any function that will search the spreadsheet for a a number you put into a cell Is there a function for that?

It will find a number - if the number is not a formula. For example - if you search for the number 30 it will find it - BUT - if the product in a cell is the result of a formula it will disregard it.


What is a function to find the number of values in cells?

In Excel is it COUNT.


On is an odd-number function Find O13 where On 2n - 1?

12


En is an even-number function Find E7 when En 2n?

The twelfth even number and 24.