Arrays




array_init() always returns SUCCESS .

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

Taulu 33-1 .

Taulu 33-2 .

Taulu 33-3 .

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

Esimerkki 33-3 .




Esimerkki 33-4 .