Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
例 33-4adding an element to an indexed array.
adding an element to an indexed array.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
表 33-2zend's api for indexed arrays, part 1
add_next_index_stringl( zval *array, char *str, uint length, int duplicate) ;()
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
returns an indexed array containing the name of all stream filters available on the running system.
returns an indexed array containing the name of all stream filters available on the running system.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
all these functions provide a handy abstraction to zend's internal hash api. of course, you can also use the hash functions directly - for example, if you already have a zval container allocated that you want to insert into an array. this is done using zend_hash_update()() for associative arrays (see 例33-3) and zend_hash_index_update() for indexed arrays (see 例33-4):
this is done using zend_hash_update( )() for associative arrays (see example 33-3) and zend_hash_index_update() for indexed arrays (see example 33-4):
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit: