update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::getExtensionName(PHP 5) ReflectionClass::getExtensionName — Gets the name of the extension which defined the class 설명
public string ReflectionClass::getExtensionName
( void
)
Gets the name of the extension which defined the class. 인수이 함수는 인수가 없습니다. 반환값
The name of the extension which defined the class, or 예제
Example #1 Basic usage of ReflectionClass::getExtensionName()
<?php 위 예제의 출력: string(10) "Reflection" 참고
|