update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::getExtension(PHP 5) ReflectionClass::getExtension — Gets a ReflectionExtension object for the extension which defined the class 설명Gets a ReflectionExtension object for the extension which defined the class. 인수이 함수는 인수가 없습니다. 반환값
A ReflectionExtension object representing the extension which defined the class,
or 예제
Example #1 Basic usage of ReflectionClass::getExtension()
<?php 위 예제의 출력: object(ReflectionExtension)#2 (1) { ["name"]=> string(10) "Reflection" } |