We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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方法原型和文章中不一样 官方为:
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PHP5.3中
zend_hash_get_current_key方法原型和文章中不一样
官方为:
define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \
8.2章节为:
int zend_hash_get_current_key(HashTable _ht,char *_strIdx, unit *strIdxLen,ulong *numIdx, zend_bool duplicate);
The text was updated successfully, but these errors were encountered: