|
SplObjectStorage::offsetExists(PHP 5 >= 5.3.0) SplObjectStorage::offsetExists — Checks whether an object exists in the storage Описание
public bool SplObjectStorage::offsetExists
( object $object
)
Checks whether an object exists in the storage. Возвращаемые значенияReturns TRUE if the object exists in the storage, and FALSE otherwise. Примеры
Пример #1 SplObjectStorage::offsetExists() example
<?php Результатом выполнения данного примера будет что-то подобное: bool(true) bool(false) Смотрите также
|
|