update : 2015.11.03
php.shukuma.com검색:
|
SplObjectStorage::contains(PHP 5 >= 5.1.0) SplObjectStorage::contains — Checks if the storage contains a specific object 설명
public bool SplObjectStorage::contains
( object
$object
)Checks if the storage contains the object provided. 반환값
Returns 예제
Example #1 SplObjectStorage::contains() example
<?php 위 예제의 출력 예시: bool(true) bool(false) |