zend variables boolean

BooleansPodręcznik PHPPoprzedniRozdział 33. Creating VariablesNastępnyBooleans Booleans are created just like longs, but have the type IS_BOOL. Allowed values in lval are 0 and 1: zval *new_bool; MAKE_STD_ZVAL(new_bool); new_bool->type = IS_BOOL; new_bool->value.lval = 1; The corresponding macros for this type are ZVAL_BOOL (allowing specification of the value) as well as ZVAL_TRUE and ZVAL_FALSE (which explicitly set the value to TRUE and FALSE, respectively). PoprzedniSpis treściNastępnyStringsPoczątek rozdziałuArrays
Wyszukiwarka

Podobne podstrony:
zend variables string
zend variables object
zend variables
zend variables global
zend variables float
zend variables resource
zend variables constant
zend variables long
zend variables array
zend variables array
zend arguments variable
function import request variables
variables (2)
Boolean

więcej podobnych podstron