Arrays




array_init() always returns SUCCESS .

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

Tabela 33-1 .

Tabela 33-2 .

Tabela 33-3 .

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

Exemplo 33-3 .




Exemplo 33-4 .