PHP 클래스 PhpBrew\BuildFinder

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

공개 메소드들

메소드 설명
findFirstMatchedBuild ( $buildNameRE = '', $stripPrefix = true ) : string[]
findInstalledBuilds ( $stripPrefix = true ) : string[]
findLatestBuild ( $stripPrefix = true ) : string[]
findMatchedBuilds ( $buildNameRE = '', $stripPrefix = true ) : string[]

메소드 상세

findFirstMatchedBuild() 공개 정적인 메소드

public static findFirstMatchedBuild ( $buildNameRE = '', $stripPrefix = true ) : string[]
리턴 string[] build names

findInstalledBuilds() 공개 정적인 메소드

public static findInstalledBuilds ( $stripPrefix = true ) : string[]
리턴 string[]

findLatestBuild() 공개 정적인 메소드

public static findLatestBuild ( $stripPrefix = true ) : string[]
리턴 string[] build names

findMatchedBuilds() 공개 정적인 메소드

public static findMatchedBuilds ( $buildNameRE = '', $stripPrefix = true ) : string[]
리턴 string[] build names