Skip to content

PHP5.3中 zend_hash_get_current_key方法原型批注 #126

@Anricx

Description

@Anricx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions