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, 30 Nov 2012

view this page in

Yaf_Response_Abstract::response

(PECL yaf >=1.0.0)

Yaf_Response_Abstract::responsesend response

Opis

public void Yaf_Response_Abstract::response ( void )

send response

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Przykłady

Przykład #1 Yaf_Response_Abstract::response()example

<?php
$response 
= new Yaf_Response_Http();

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

$response->response();
?>

Powyższy przykład wyświetli coś podobnego do:

Hello World

Zobacz też:



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