php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | arginfo_hash_hmac_algos arginfo_hash_algos |
#define | arginfo_class_HashContext___serialize arginfo_hash_algos |
#define | arginfo_class_HashContext___debugInfo arginfo_hash_algos |
Functions | |
ZEND_FUNCTION (hash) | |
ZEND_FUNCTION (hash_file) | |
ZEND_FUNCTION (hash_hmac) | |
ZEND_FUNCTION (hash_hmac_file) | |
ZEND_FUNCTION (hash_init) | |
ZEND_FUNCTION (hash_update) | |
ZEND_FUNCTION (hash_update_stream) | |
ZEND_FUNCTION (hash_update_file) | |
ZEND_FUNCTION (hash_final) | |
ZEND_FUNCTION (hash_copy) | |
ZEND_FUNCTION (hash_algos) | |
ZEND_FUNCTION (hash_hmac_algos) | |
ZEND_FUNCTION (hash_pbkdf2) | |
ZEND_FUNCTION (hash_equals) | |
ZEND_FUNCTION (hash_hkdf) | |
ZEND_METHOD (HashContext, __construct) | |
ZEND_METHOD (HashContext, __serialize) | |
ZEND_METHOD (HashContext, __unserialize) | |
ZEND_METHOD (HashContext, __debugInfo) | |
#define arginfo_class_HashContext___debugInfo arginfo_hash_algos |
Definition at line 128 of file hash_arginfo.h.
#define arginfo_class_HashContext___serialize arginfo_hash_algos |
Definition at line 122 of file hash_arginfo.h.
#define arginfo_hash_hmac_algos arginfo_hash_algos |
Definition at line 68 of file hash_arginfo.h.
ZEND_FUNCTION | ( | hash | ) |
ZEND_FUNCTION | ( | hash_algos | ) |
ZEND_FUNCTION | ( | hash_copy | ) |
ZEND_FUNCTION | ( | hash_equals | ) |
ZEND_FUNCTION | ( | hash_file | ) |
ZEND_FUNCTION | ( | hash_final | ) |
ZEND_FUNCTION | ( | hash_hkdf | ) |
ZEND_FUNCTION | ( | hash_hmac | ) |
ZEND_FUNCTION | ( | hash_hmac_algos | ) |
ZEND_FUNCTION | ( | hash_hmac_file | ) |
ZEND_FUNCTION | ( | hash_init | ) |
ZEND_FUNCTION | ( | hash_pbkdf2 | ) |
ZEND_FUNCTION | ( | hash_update | ) |
ZEND_FUNCTION | ( | hash_update_file | ) |
ZEND_FUNCTION | ( | hash_update_stream | ) |
ZEND_METHOD | ( | HashContext | , |
__construct | ) |
ZEND_METHOD | ( | HashContext | , |
__debugInfo | ) |
ZEND_METHOD | ( | HashContext | , |
__serialize | ) |
ZEND_METHOD | ( | HashContext | , |
__unserialize | ) |