PHP 클래스 BrowscapPHP\Parser\Helper\SubKey

저자: Christoph Ziegenberg ([email protected])
저자: Thomas Müller ([email protected])
파일 보기 프로젝트 열기: browscap/browscap-php 1 사용 예제들

공개 메소드들

메소드 설명
getAllIniPartCacheSubKeys ( ) : array Gets all sub keys for the inipart cache files
getAllPatternCacheSubkeys ( ) : array Gets all subkeys for the pattern cache files
getIniPartCacheSubKey ( string $string ) : string Gets the sub key for the ini parts cache file, generated from the given string
getPatternCacheSubkey ( string $string ) : string Gets the subkey for the pattern cache file, generated from the given string

메소드 상세

getAllIniPartCacheSubKeys() 공개 정적인 메소드

Gets all sub keys for the inipart cache files
public static getAllIniPartCacheSubKeys ( ) : array
리턴 array

getAllPatternCacheSubkeys() 공개 정적인 메소드

Gets all subkeys for the pattern cache files
public static getAllPatternCacheSubkeys ( ) : array
리턴 array

getIniPartCacheSubKey() 공개 정적인 메소드

Gets the sub key for the ini parts cache file, generated from the given string
public static getIniPartCacheSubKey ( string $string ) : string
$string string
리턴 string

getPatternCacheSubkey() 공개 정적인 메소드

Gets the subkey for the pattern cache file, generated from the given string
public static getPatternCacheSubkey ( string $string ) : string
$string string
리턴 string