Z_TYPE

Z_TYPE -- Get the type field of a zval

说明

#include <zend_operators.h>

zend_uchar Z_TYPE ( zval zv )

Return the type field of a zval.

参数

zv

A zval data structure.

返回值

The type field of zv.