update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::isInstance(PHP 5) ReflectionClass::isInstance — Checks class for instance 설명
public bool ReflectionClass::isInstance
( object
$object
)Checks if an object is an instance of a class. 인수
반환값
성공 시 예제
Example #1 ReflectionClass::isInstance() related examples
<?php 위 예제의 출력 예시: Yes Yes Yes 참고
|