Z_TYPE

Z_TYPE

Z_TYPE -- Get the type field of a zval

Description

#include <zend_operators.h>

zend_uchar Z_TYPE ( zval zv )

Return the type field of a zval.

Parameters

zv

A zval data structure.

Return Values

The type field of zv.

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