Requests_Cookie::__toString()

Get the cookie value


Description Description

Attributes and other data can be accessed via methods.


Source Source

File: wp-includes/Requests/Cookie.php

	public function __toString() {
		return $this->value;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.