Requests_Cookie::__toString()
Get the cookie value
Attributes and other data can be accessed via methods.
{} It's a method of the class: Requests_Cookie{}
No Hooks.
Return
null
. Nothing.
Usage
$Requests_Cookie = new Requests_Cookie(); $Requests_Cookie->__toString();
Code of Requests_Cookie::__toString() Requests Cookie:: toString WP 6.0
public function __toString() { return $this->value; }