PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::offsetUnset
request it (363)
GoLang replacement for PHP's SplObjectStorage::offsetUnset
[edit | history]
PHP SplObjectStorage::offsetUnsetPHP original manual for SplObjectStorage::offsetUnset [ show | php.net ]SplObjectStorage::offsetUnset(PHP 5 >= 5.3.0, PHP 7) SplObjectStorage::offsetUnset — Removes an object from the storage Description
public void SplObjectStorage::offsetUnset
( object
$object
)Removes an object from the storage.
Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::offsetUnset() example
<?php The above example will output something similar to: int(1) int(0) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|