zend_zval_type_name

(no version information, might be only in CVS)

zend_zval_type_name -- Returns the PHP type name for a given zval

说明

#include <zend_API.h>

char* zend_zval_type_name ( zval* arg )

zend_zval_type_name() returns the PHP typename for the current value of the zval pointed to by arg.

参数

arg

A pointer to the zval to be examined.

返回值

A pointer to a static PHP typename string.


add a note add a note User Contributed Notes
There are no user contributed notes for this page.