Skip navigation.
Home

ZEND_NUM_ARGS()

Used to pass the number of parameters given to a function or method

ZEND_NUM_ARGS()

This macro should always be used to pass the number of parameters when using Zend API functions like zend_parse_parameters

This is an alias for (ht)