Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс HttpCookies
+ Граф наследования:HttpCookies:

Открытые члены

 __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()

__construct ( array $values = null)
Аргументы
string[]  |  Http\Cookie[]  |  null$values

Переопределяет метод предка Dictionary.

См. определение в файле httpcookies.php строка 22

Методы

◆ addFromString()

addFromString ( string $str)

См. определение в файле httpcookies.php строка 51

◆ implode()

implode ( )

Implodes cookies to 'name=value' pairs with a '; ' separator (useful for 'Cookie' header).

Возвращает
string

См. определение в файле httpcookies.php строка 41

◆ offsetSet()

offsetSet ( $offset,
$value )

Offset to set

Переопределяет метод предка Dictionary.

См. определение в файле httpcookies.php строка 81

◆ toArray()

toArray ( )

Returns the values as an array.

Возвращает
array

Переопределяет метод предка Dictionary.

См. определение в файле httpcookies.php строка 70

Данные класса

◆ $values

$values = []
protected

См. определение в файле httpcookies.php строка 17