update page now

Uri\WhatWg\Url::__unserialize

(PHP 8 >= 8.5.0)

Uri\WhatWg\Url::__unserializeDeserialize the data parameter into a Url object

Açıklama

public Uri\WhatWg\Url::__unserialize(array $data): void

Deserializes a data parameter into a Uri\WhatWg\Url object.

Bağımsız Değişkenler

data
The serialized data as an array.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

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.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top