|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __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 () | |
| __unserialize (array $data) | |
Дополнительные унаследованные члены | |
| Защищенные данные унаследованные от Dictionary | |
| $values = [] | |
См. определение в файле httpcookies.php строка 17
| __construct | ( | array | $values = null | ) |
| string[] | Http\Cookie[] | null | $values |
Переопределяет метод предка Dictionary.
См. определение в файле httpcookies.php строка 22
| addFromString | ( | string | $str | ) |
См. определение в файле httpcookies.php строка 52
| 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 строка 83
| toArray | ( | ) |
Returns the values as an array.
Переопределяет метод предка Dictionary.
См. определение в файле httpcookies.php строка 71