Since: 7.2

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

Return Value

array

void __unserialize(array $data)

Deserializes the data parameter into a HashContext object

Parameters

array $data

The value being deserialized.

Return Value

void

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.

Return Value

array