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

Beschreibung

public void Yaf_Response_Abstract::response ( void )

send response

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Beispiele

Beispiel #1 Yaf_Response_Abstract::response()example

<?php
$response 
= new Yaf_Response_Http();

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

$response->response();
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

Hello World

Siehe auch



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