PHP Class BrowscapPHP\Parser\Helper\SubKey

Author: Christoph Ziegenberg ([email protected])
Author: Thomas Müller ([email protected])
Afficher le fichier Open project: browscap/browscap-php Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

getAllIniPartCacheSubKeys() public static méthode

Gets all sub keys for the inipart cache files
public static getAllIniPartCacheSubKeys ( ) : array
Résultat array

getAllPatternCacheSubkeys() public static méthode

Gets all subkeys for the pattern cache files
public static getAllPatternCacheSubkeys ( ) : array
Résultat array

getIniPartCacheSubKey() public static méthode

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

getPatternCacheSubkey() public static méthode

Gets the subkey for the pattern cache file, generated from the given string
public static getPatternCacheSubkey ( string $string ) : string
$string string
Résultat string