HashContext
final class HashContext (View source)
Methods
array
__serialize()
Serializes the HashContext object
void
__unserialize(array $data)
Deserializes the data parameter into a HashContext object
array
__debugInfo()
Returns debugging information about the hashing context
Details
array
__serialize()
Serializes the HashContext object
void
__unserialize(array $data)
Deserializes the data parameter into a HashContext object
array
__debugInfo()
Since: 8.4
Returns debugging information about the hashing context
This method is not meant to be called directly; it is invoked by var_dump and related functions when inspecting a HashContext instance.