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::response> <Yaf_Response_Abstract::getHeader
[edit] Last updated: Tue, 21 May 2013

view this page in

Yaf_Response_Abstract::prependBody

(Yaf >=1.0.0)

Yaf_Response_Abstract::prependBodyThe prependBody purpose

Descrição

public bool Yaf_Response_Abstract::prependBody ( string $content [, string $key ] )

prepend a content to a exists content block

Parâmetros

body

content string

key

the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used

Nota:

this parameter is introduced as of 2.2.0

Valor Retornado

bool

Exemplos

Exemplo #1 Yaf_Response_Abstract::prependBody()example

<?php
$response 
= new Yaf_Response_Http();

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

echo 
$response;
?>

O exemplo acima irá imprimir algo similar à:

Hello World

Veja Também



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

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