Open Journal Systems
3.3.0
|
Public Member Functions | |
__toString () | |
add ($value) | |
getGlue () | |
getName () | |
hasValue ($searchValue) | |
parseParams () | |
removeValue ($searchValue) | |
setGlue ($glue) | |
setName ($name) | |
![]() | |
toArray () | |
Definition at line 7 of file lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php.
Guzzle\Http\Message\Header\HeaderInterface::__toString | ( | ) |
Guzzle\Http\Message\Header\HeaderInterface::add | ( | $value | ) |
Add a value to the list of header values
string | $value | Value to add to the header |
Implemented in Guzzle\Http\Message\Header, and Guzzle\Http\Message\Header\CacheControl.
Guzzle\Http\Message\Header\HeaderInterface::getGlue | ( | ) |
Get the glue used to implode multiple values into a string
Implemented in Guzzle\Http\Message\Header.
Guzzle\Http\Message\Header\HeaderInterface::getName | ( | ) |
Guzzle\Http\Message\Header\HeaderInterface::hasValue | ( | $searchValue | ) |
Check if the collection of headers has a particular value
string | $searchValue | Value to search for |
Implemented in Guzzle\Http\Message\Header.
Guzzle\Http\Message\Header\HeaderInterface::parseParams | ( | ) |
Parse a header containing ";" separated data into an array of associative arrays representing the header key value pair data of the header. When a parameter does not contain a value, but just contains a key, this function will inject a key with a '' string value.
Implemented in Guzzle\Http\Message\Header.
Guzzle\Http\Message\Header\HeaderInterface::removeValue | ( | $searchValue | ) |
Remove a specific value from the header
string | $searchValue | Value to remove |
Implemented in Guzzle\Http\Message\Header, and Guzzle\Http\Message\Header\CacheControl.
Guzzle\Http\Message\Header\HeaderInterface::setGlue | ( | $glue | ) |
Change the glue used to implode the values
string | $glue | Glue used to implode multiple values |
Implemented in Guzzle\Http\Message\Header.
Guzzle\Http\Message\Header\HeaderInterface::setName | ( | $name | ) |
Change the name of the header
string | $name | Name to change to |
Implemented in Guzzle\Http\Message\Header.