(PHP 5 >= 5.5.0, PHP 7, PHP 8)
SplFixedArray::__wakeup — Reinitialises the array after being unserialised
This function has been DEPRECATED as of PHP 8.4.0. Relying on this function is highly discouraged.
Reinitialises the array after being unserialised.
This function has no parameters.
No value is returned.
Version | Description |
---|---|
8.4.0 | This method is now deprecated, use SplFixedArray::__unserialize() instead. |