| 1 | <?php |
||
| 14 | class Hash |
||
| 15 | { |
||
| 16 | |||
| 17 | public static $identityHeaders = array( |
||
| 18 | 'User-Agent', |
||
| 19 | 'Accept', |
||
| 20 | 'Accept-Charset', |
||
| 21 | 'Accept-Language', |
||
| 22 | 'Accept-Encoding', |
||
| 23 | 'From', |
||
| 24 | 'Dnt', |
||
| 25 | ); |
||
| 26 | |||
| 27 | public static function headers($array) |
||
| 38 | |||
| 39 | public static function filterArrayKeys($array = array(), $keys = array()) |
||
| 50 | |||
| 51 | public static function normalizeKey($key) |
||
| 63 | |||
| 64 | public static function hash($value) |
||
| 68 | |||
| 69 | } |
||
| 70 |