PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::unserialize
request it (300)
GoLang replacement for PHP's SplObjectStorage::unserialize
[edit | history]
PHP SplObjectStorage::unserializePHP original manual for SplObjectStorage::unserialize [ show | php.net ]SplObjectStorage::unserialize(PHP 5 >= 5.2.2, PHP 7) SplObjectStorage::unserialize — Unserializes 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) |
more
Recently updated
more
Most requested
more
Last requests
|