update pague now
PHP 8.5.2 Released!

SplFixedArray::__unserialice

(PHP 8 >= 8.2.0)

SplFixedArray::__unserialice Deserialices the data parameter into an SplFixedArray object

Description

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

data

The value being deserialiced.

Return Values

No value is returned.

add a note

User Contributed Notes

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