Get the cookie value
Description
Attributes and other data can be accessed via methods.
Source
public function __toString() {
return $this->value;
}
Get the cookie value
Attributes and other data can be accessed via methods.
public function __toString() {
return $this->value;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.