(no description)
File Size: | 131 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: KeyValueHttpHeader - X-Ref
__construct(array $values) X-Ref |
param: array $values |
has($key) X-Ref |
param: string $key return: bool |
get($key, $default = '') X-Ref |
param: string $key param: string $default the value to return if don't exist return: string |
isEmpty() X-Ref |
return: bool |
current() X-Ref |
Return the current element return: mixed Can return any type. |
next() X-Ref |
Move forward to next element return: void Any returned value is ignored. |
key() X-Ref |
Return the key of the current element return: mixed scalar on success, or null on failure. |
valid() X-Ref |
Checks if current position is valid return: boolean The return value will be casted to boolean and then evaluated. |
rewind() X-Ref |
Rewind the Iterator to the first element return: void Any returned value is ignored. |