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, 07 Jun 2013

view this page in

Yaf_Response_Abstract::response

(Yaf >=1.0.0)

Yaf_Response_Abstract::responsesend response

Descrierea

public void Yaf_Response_Abstract::response ( void )

send response

Parametri

Această funcție nu are parametri.

Valorile întoarse

Exemple

Example #1 Yaf_Response_Abstract::response()example

<?php
$response 
= new Yaf_Response_Http();

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

$response->response();
?>

Exemplul de mai sus va afișa ceva similar cu:

Hello World

Vedeți de asemenea



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