PHP.nl

Serializable::unserialize

Serializable::unserialize

Constructs the object

void **Serializable::unserialize** string $data

Called during unserialization of the object.

Opmerking: > This method acts as the of the object. The method will be called after this method. constructor__construct()not

dataThe string representation of the object.

The return value from this method is ignored.

__wakeup()__unserialize()

Documentatie