GC_Http_Cookie::getFullHeader()
最后更新于:2021-12-01 11:13:23
GC_()Retrieve cookie header for usage in the rest of the GeChiUI HTTP API.
响应
(string)
源文件
文件: gc-includes/class-gc-http-cookie.php
public function getFullHeader() { // phpcs:ignore GeChiUI.NamingConventions.ValidFunctionName.MethodNameInvalid
return 'Cookie: ' . $this->getHeaderValue();
}