PHP 클래스 Gpf_Php

파일 보기 프로젝트 열기: fubralimited/php-oara 1 사용 예제들

공개 메소드들

메소드 설명
isExtensionLoaded ( $extensionName ) : boolean Check if extension is loaded
isFunctionEnabled ( $functionName ) : boolean Check if function is enabled and exists in php

메소드 상세

isExtensionLoaded() 공개 정적인 메소드

Check if extension is loaded
public static isExtensionLoaded ( $extensionName ) : boolean
$extensionName
리턴 boolean Returns true if extension is loaded

isFunctionEnabled() 공개 정적인 메소드

Check if function is enabled and exists in php
public static isFunctionEnabled ( $functionName ) : boolean
$functionName
리턴 boolean Returns true if function exists and is enabled