HashContext::__debugInfoReturns debugging information about the hashing context Descriptionpublic array HashContext::__debugInfo()
This method is not meant to be called directly; it is invoked by var_dump and related functions when inspecting a HashContext instance. ParametersThis function has no parameters. Return Values
Returns an associative array of debugging information. It contains an
ExamplesExample #1 HashContext::__debugInfo example The above example will output:
object(HashContext)#1 (1) {
["algo"]=>
string(6) "sha256"
}
See Also
|