PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::removeAllExcept
request it (307)
GoLang replacement for PHP's SplObjectStorage::removeAllExcept
[edit | history]
PHP SplObjectStorage::removeAllExceptPHP original manual for SplObjectStorage::removeAllExcept [ show | php.net ]SplObjectStorage::removeAllExcept(PHP 5 >= 5.3.6, PHP 7) SplObjectStorage::removeAllExcept — Removes all objects except for those contained in another storage from the current storage DescriptionRemoves all objects except for those contained in another storage from the current storage. Parameters
Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::removeAllExcept() example
<?php The above example will output something similar to: bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|