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 Przykład 33-3 ) and zend_hash_index_update( ) for indexed arrays (see Przykład 33-4 ) :

Przykład 33-3 .




Przykład 33-4 .