|
|
parse_str(preg_replace('/; ?/', '&', $this->header('cookie', '')), $this->data['cookie']);
|
|
parse_str(preg_replace('/; ?/', '&', $this->header('cookie', '')), $this->data['cookie']);
|
|
|
$this->data['cookie'][$key] = trim($value, '"');
|
|
$this->data['cookie'][$key] = trim($value, '"');
|