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, 17 May 2013

view this page in

Yaf_Response_Abstract::response

(Yaf >=1.0.0)

Yaf_Response_Abstract::responsesend response

Description

public void Yaf_Response_Abstract::response ( void )

send response

Parameters

This function has no parameters.

Return Values

Examples

Example #1 Yaf_Response_Abstract::response()example

<?php
$response 
= new Yaf_Response_Http();

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

$response->response();
?>

The above example will output something similar to:

Hello World

See Also



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 | stats | sitemap | contact | advertising | mirror sites