ZEND_NUM_ARGS

ZEND_NUM_ARGS

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 argunemts passed to the current PHP function.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.