Arrays




array_init() always returns SUCCESS .

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

Tableau 33-1 .

Tableau 33-2 .

Tableau 33-3 .

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

Exemple 33-3 .




Exemple 33-4 .