[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Case-insensitive dictionary, suitable for HTTP headers
File Size: | 103 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Requests_Utility_CaseInsensitiveDictionary:: (7 methods):
__construct()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getIterator()
getAll()
Class: Requests_Utility_CaseInsensitiveDictionary - X-Ref
Case-insensitive dictionary, suitable for HTTP headers__construct(array $data = array() X-Ref |
Creates a case insensitive dictionary. param: array $data Dictionary/map to convert to case-insensitive |
offsetExists($key) X-Ref |
Check if the given item exists return: boolean Does the item exist? param: string $key Item key |
offsetGet($key) X-Ref |
Get the value for the item return: string|null Item value (null if offsetExists is false) param: string $key Item key |
offsetSet($key, $value) X-Ref |
Set the given item param: string $key Item name param: string $value Item value |
offsetUnset($key) X-Ref |
Unset the given header param: string $key |
getIterator() X-Ref |
Get an iterator for the data return: ArrayIterator |
getAll() X-Ref |
Get the headers as an array return: array Header data |
Generated: Thu Dec 15 01:00:02 2022 | Cross-referenced by PHPXref 0.7.1 |