PHP 클래스 VersionPress\Utils\SystemInfo

파일 보기 프로젝트 열기: versionpress/versionpress 1 사용 예제들

공개 메소드들

메소드 설명
getActiveThemeInfo ( )
getAllInfo ( )
getGitInfo ( ) : array Returns Git info
getGitVersion ( ) : string
getPhpInfo ( ) : array Returns phpinfo() as an array. Based on http://php.net/manual/en/function.phpinfo.php#87463.
getWordPressInfo ( ) : array Gets info about WordPress installation

비공개 메소드들

메소드 설명
getPermissionInfo ( )

메소드 상세

getActiveThemeInfo() 공개 정적인 메소드

public static getActiveThemeInfo ( )

getAllInfo() 공개 정적인 메소드

public static getAllInfo ( )

getGitInfo() 공개 정적인 메소드

Returns Git info
public static getGitInfo ( ) : array
리턴 array

getGitVersion() 공개 정적인 메소드

public static getGitVersion ( ) : string
리턴 string Like "1.9.4" or "2.3.0"

getPhpInfo() 공개 정적인 메소드

Returns phpinfo() as an array. Based on http://php.net/manual/en/function.phpinfo.php#87463.
public static getPhpInfo ( ) : array
리턴 array

getWordPressInfo() 공개 정적인 메소드

Gets info about WordPress installation
public static getWordPressInfo ( ) : array
리턴 array