php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
hash_arginfo.h File Reference

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)
 

Macro Definition Documentation

◆ arginfo_class_HashContext___debugInfo

#define arginfo_class_HashContext___debugInfo   arginfo_hash_algos

Definition at line 128 of file hash_arginfo.h.

◆ arginfo_class_HashContext___serialize

#define arginfo_class_HashContext___serialize   arginfo_hash_algos

Definition at line 122 of file hash_arginfo.h.

◆ arginfo_hash_hmac_algos

#define arginfo_hash_hmac_algos   arginfo_hash_algos

Definition at line 68 of file hash_arginfo.h.

Function Documentation

◆ ZEND_FUNCTION() [1/15]

ZEND_FUNCTION ( hash )

◆ ZEND_FUNCTION() [2/15]

ZEND_FUNCTION ( hash_algos )

◆ ZEND_FUNCTION() [3/15]

ZEND_FUNCTION ( hash_copy )

◆ ZEND_FUNCTION() [4/15]

ZEND_FUNCTION ( hash_equals )

◆ ZEND_FUNCTION() [5/15]

ZEND_FUNCTION ( hash_file )

◆ ZEND_FUNCTION() [6/15]

ZEND_FUNCTION ( hash_final )

◆ ZEND_FUNCTION() [7/15]

ZEND_FUNCTION ( hash_hkdf )

◆ ZEND_FUNCTION() [8/15]

ZEND_FUNCTION ( hash_hmac )

◆ ZEND_FUNCTION() [9/15]

ZEND_FUNCTION ( hash_hmac_algos )

◆ ZEND_FUNCTION() [10/15]

ZEND_FUNCTION ( hash_hmac_file )

◆ ZEND_FUNCTION() [11/15]

ZEND_FUNCTION ( hash_init )

◆ ZEND_FUNCTION() [12/15]

ZEND_FUNCTION ( hash_pbkdf2 )

◆ ZEND_FUNCTION() [13/15]

ZEND_FUNCTION ( hash_update )

◆ ZEND_FUNCTION() [14/15]

ZEND_FUNCTION ( hash_update_file )

◆ ZEND_FUNCTION() [15/15]

ZEND_FUNCTION ( hash_update_stream )

◆ ZEND_METHOD() [1/4]

ZEND_METHOD ( HashContext ,
__construct  )

◆ ZEND_METHOD() [2/4]

ZEND_METHOD ( HashContext ,
__debugInfo  )

Definition at line 1567 of file hash.c.

◆ ZEND_METHOD() [3/4]

ZEND_METHOD ( HashContext ,
__serialize  )

◆ ZEND_METHOD() [4/4]

ZEND_METHOD ( HashContext ,
__unserialize  )