update : 2015.11.03
php.shukuma.com검색:
|
ReflectionExtension::getName(PHP 5) ReflectionExtension::getName — Gets extension name 설명
public string ReflectionExtension::getName
( void
)
Gets the extensions name. 인수이 함수는 인수가 없습니다. 반환값The extensions name. 예제
Example #1 ReflectionExtension::getName() example
<?php 위 예제의 출력 예시: string(6) "mysqli" |