|
SplObjectStorage::unserializeUnserializes a storage from its string representation Description
public void SplObjectStorage::unserialize(string
$data )Unserializes storage entries and attach them to the current storage. Parameters
Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::unserialize example
The above example will output something similar to: int(1) See Also
|