Arrays




array_init() always returns SUCCESS .

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

Tabell 33-1 .

Tabell 33-2 .

Tabell 33-3 .

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

Exempel 33-3 .




Exempel 33-4 .