update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 SplObjectStorage::offsetGet() example
<?php 위 예제의 출력 예시: string(5) "hello" NULL 참고
|