PHP Класс BrowscapPHP\Parser\Helper\SubKey

Автор: Christoph Ziegenberg ([email protected])
Автор: Thomas Müller ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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