Forum und email
Z_BVAL_PP

Z_BVAL_PP

Z_BVAL_PP -- Dereference a pointer to a zval pointer and return its lval element as bool

Popis

#include <zend_operators.h>

zend_bool Z_BVAL_PP ( zval ** zval_pp )

Z_BVAL_PP() returns the lval element of the zval structure indirectly pointed to by zval_pp casted to zend_bool.

Seznam parametrů

zval_pp

Pointer to a pointer to the zval structure to extract the result value from.

Návratové hodnoty

The lval element of the zval structure pointed to by the pointer pointed to by zval_pp casted to a zend_bool which is either TRUE or FALSE.