phpbook
phpbook copied to clipboard
PHP5.3中 zend_hash_get_current_key方法原型批注
PHP5.3中 zend_hash_get_current_key方法原型和文章中不一样 官方为:
define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \
zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
8.2章节为: int zend_hash_get_current_key(HashTable _ht,char *_strIdx, unit *strIdxLen,ulong *numIdx, zend_bool duplicate);