downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Yaf_Response_Abstract::setAllHeaders> <Yaf_Response_Abstract::prependBody
[edit] Last updated: Fri, 24 May 2013

view this page in

Yaf_Response_Abstract::response

(Yaf >=1.0.0)

Yaf_Response_Abstract::responsesend response

说明

public void Yaf_Response_Abstract::response ( void )

send response

参数

此函数没有参数。

返回值

范例

Example #1 Yaf_Response_Abstract::response()example

<?php
$response 
= new Yaf_Response_Http();

$response->setBody("Hello")->setBody(" World""footer");

$response->response();
?>

以上例程的输出类似于:

Hello World

参见



add a note add a note User Contributed Notes Yaf_Response_Abstract::response - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites