From professional translators, enterprises, web pages and freely available translation repositories.
例 33-4adding an element to an indexed array.
adding an element to an indexed array.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
表 33-2zend's api for indexed arrays, part 1
add_next_index_stringl( zval *array, char *str, uint length, int duplicate) ;()
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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):
Last Update: 2011-10-24
Usage Frequency: 1
Quality: