Arrays




array_init() always returns SUCCESS .

Tabla 33-1 , Tabla 33-2 and Tabla 33-3 describe these functions .

Tabla 33-1 .

Tabla 33-2 .

Tabla 33-3 .

This is done using zend_hash_update( )( ) for associative arrays (see Ejemplo 33-3 ) and zend_hash_index_update( ) for indexed arrays (see Ejemplo 33-4 ) :

Ejemplo 33-3 .




Ejemplo 33-4 .