SplFixedArray::__wakeup

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

SplFixedArray::__wakeupReinitialises the array after being unserialised

Avviso

This function has been DEPRECATED as of PHP 8.4.0. Relying on this function is highly discouraged.

Descrizione

#[\Deprecated]
public SplFixedArray::__wakeup(): void

Reinitialises the array after being unserialised.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Log delle modifiche

Versione Descrizione
8.4.0 This method is now deprecated, use SplFixedArray::__unserialize() instead.
add a note

User Contributed Notes

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