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