| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
Case-insensitive dictionary, suitable for HTTP headers
| File Size: | 127 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CaseInsensitiveDictionary:: (7 methods):
__construct()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getIterator()
getAll()
Class: CaseInsensitiveDictionary - X-Ref
Case-insensitive dictionary, suitable for HTTP headers| __construct(array $data = []) X-Ref |
| Creates a case insensitive dictionary. param: array $data Dictionary/map to convert to case-insensitive |
| offsetExists($offset) X-Ref |
| Check if the given item exists param: string $offset Item key return: boolean Does the item exist? |
| offsetGet($offset) X-Ref |
| Get the value for the item param: string $offset Item key return: string|null Item value (null if the item key doesn't exist) |
| offsetSet($offset, $value) X-Ref |
| Set the given item param: string $offset Item name param: string $value Item value |
| offsetUnset($offset) X-Ref |
| Unset the given header param: string $offset The key for the item to unset. |
| 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: Wed Nov 5 05:10:36 2025 | Cross-referenced by PHPXref 0.7.1 |