SplObjectStorage::removeAllExcept(PHP 5 >= 5.3.6) SplObjectStorage::removeAllExcept — Removes all objects except for those contained in another storage from the current storage ОписаниеRemoves all objects except for those contained in another storage from the current storage. Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
Пример #1 SplObjectStorage::removeAllExcept() example
<?phpРезультатом выполнения данного примера будет что-то подобное: bool(false) bool(true) |
||