ZEND_NUM_ARGS
Description
#include <zend_API.h>
int
ZEND_NUM_ARGS ( void )
ZEND_NUM_ARGS() returns the number of arguments
that have been passed by the caller of the current PHP function.
Return Values
Number of arguments passed to the current PHP function.