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