Yaf_Response_Abstract 类
(Yaf >=1.0.0)
类摘要
class Yaf_Response_Abstract
{
const
string
DEFAULT_BODY = "content";
public appendBody(
string $content
,
string $key
= ?):
bool
public prependBody(
string $content
,
string $key
= ?):
bool
public setBody(
string $content
,
string $key
= ?):
bool
public setHeader(
string $name
,
string $value
,
bool $replace
= ?):
bool
}
目录
There are no user contributed notes for this page.