|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_hash.h>
Data Fields | |
| const php_hash_ops * | ops |
| void * | context |
| zend_long | options |
| unsigned char * | key |
| zend_object | std |
Definition at line 57 of file php_hash.h.
| void* _php_hashcontext_object::context |
Definition at line 59 of file php_hash.h.
| unsigned char* _php_hashcontext_object::key |
Definition at line 62 of file php_hash.h.
| const php_hash_ops* _php_hashcontext_object::ops |
Definition at line 58 of file php_hash.h.
| zend_long _php_hashcontext_object::options |
Definition at line 61 of file php_hash.h.
| zend_object _php_hashcontext_object::std |
Definition at line 64 of file php_hash.h.