Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Anricx opened this issue Dec 28, 2015 · 0 comments
Open

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

Anricx opened this issue Dec 28, 2015 · 0 comments

Comments

@Anricx
Copy link

Anricx commented Dec 28, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant