PHP Class BrowscapPHP\Parser\Helper\SubKey

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

Public Methods

Method 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 method

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

getAllPatternCacheSubkeys() public static method

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

getIniPartCacheSubKey() public static method

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

getPatternCacheSubkey() public static method

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