(PHP 8 >= 8.5.0)
Uri\WhatWg\Url::__unserialize — Deserialize the array from the data parameter into a Url object
Deserializes the array from the data parameter into a Uri\WhatWg\Url object.
dataThe serialized data as an array.
Hiçbir değer dönmez.
If the __unserialize() method is called on an already existing URL, Error is thrown.
If the resulting URI is invalid, a Uri\InvalidUriException is thrown.