Открытые члены | |
__construct (array $values=null) | |
implode () | |
addFromString (string $str) | |
toArray () | |
offsetSet ($offset, $value) | |
Открытые члены унаследованные от Dictionary | |
get ($name) | |
set ($name, $value=null) | |
getValues () | |
setValues ($values) | |
clear () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetUnset ($offset) | |
count () | |
isEmpty () | |
jsonSerialize () | |
Защищенные данные | |
$values = [] | |
Защищенные данные унаследованные от Dictionary | |
$values = [] | |
См. определение в файле httpcookies.php строка 14
__construct | ( | array | $values = null | ) |
string[] | Http\Cookie[] | null | $values |
Переопределяет метод предка Dictionary.
См. определение в файле httpcookies.php строка 22
addFromString | ( | string | $str | ) |
См. определение в файле httpcookies.php строка 51
implode | ( | ) |
Implodes cookies to 'name=value' pairs with a '; ' separator (useful for 'Cookie' header).
См. определение в файле httpcookies.php строка 41
offsetSet | ( | $offset, | |
$value ) |
Offset to set
Переопределяет метод предка Dictionary.
См. определение в файле httpcookies.php строка 81
toArray | ( | ) |
Returns the values as an array.
Переопределяет метод предка Dictionary.
См. определение в файле httpcookies.php строка 70
|
protected |
См. определение в файле httpcookies.php строка 17