(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.
since: '8.4',message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize()',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. |