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.