| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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  예제
 Example #1 SplObjectStorage::offsetExists() example 
<?php위 예제의 출력 예시: bool(true) bool(false) 참고
 
  |