|
SplObjectStorage::offsetGet(PHP 5 >= 5.3.0) SplObjectStorage::offsetGet — Returns the data associated with an object ОписаниеReturns the data associated with an object in the storage. Возвращаемые значенияThe data previously associated with the object in the storage. ОшибкиThrows UnexpectedValueException when object could not be found. Примеры
Пример #1 SplObjectStorage::offsetGet() example
<?php Результатом выполнения данного примера будет что-то подобное: string(5) "hello" NULL Смотрите также
|
|