array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'hashcontext.unserialize.php', 1 => 'HashContext::__unserialize', 2 => 'Deserializes the data parameter into a HashContext object', ), 'up' => array ( 0 => 'class.hashcontext.php', 1 => 'HashContext', ), 'prev' => array ( 0 => 'hashcontext.serialize.php', 1 => 'HashContext::__serialize', ), 'next' => array ( 0 => 'ref.hash.php', 1 => 'Hash-Funktionen', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/hash/hashcontext/unserialize.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

HashContext::__unserialize

(PHP 8)

HashContext::__unserializeDeserializes the data parameter into a HashContext object

Beschreibung

public HashContext::__unserialize(array $data): void

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

data

The value being deserialized.

Rückgabewerte

Es wird kein Wert zurückgegeben.