Requests_Cookie::__toString()

最后更新于:2021-11-26 01:40:19

Requests_Cookie::__toString()

Get the cookie value

源文件

文件: gc-includes/Requests/Cookie.php

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