PHP Velho Oeste 2024

SplFixedArray::__unserialize

(PHP 8 >= 8.2.0)

SplFixedArray::__unserializeDeserializes the data parameter into an SplFixedArray object

Descrição

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

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

data

The value being deserialized.

Valor Retornado

Nenhum valor é retornado.

add a note add a note

User Contributed Notes

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