phpbook icon indicating copy to clipboard operation
phpbook copied to clipboard

PHP5.3中 zend_hash_get_current_key方法原型批注

Open Anricx opened this issue 10 years ago • 0 comments

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);

Anricx avatar Dec 28 '15 06:12 Anricx