array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'uri-rfc3986-uri.unserialize.php', 1 => 'Uri\\Rfc3986\\Uri::__unserialize', 2 => 'Deserialize the data parameter into a Uri object', ), 'up' => array ( 0 => 'class.uri-rfc3986-uri.php', 1 => 'Uri\\Rfc3986\\Uri', ), 'prev' => array ( 0 => 'uri-rfc3986-uri.tostring.php', 1 => 'Uri\\Rfc3986\\Uri::toString', ), 'next' => array ( 0 => 'uri-rfc3986-uri.withfragment.php', 1 => 'Uri\\Rfc3986\\Uri::withFragment', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/uri/uri/rfc3986/uri/unserialize.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 8 >= 8.5.0)
Uri\Rfc3986\Uri::__unserialize — Deserialize the data parameter into a Uri object
Deserializes a data parameter into a Uri\Rfc3986\Uri object.
dataEs wird kein Wert zurückgegeben.
If the __unserialize() method is called on an already existing URI, Error is thrown.
If the resulting URI is invalid, a Uri\InvalidUriException is thrown.