Man Page: yaf_response_abstract.response
Operating Environment: php
Section: 3
YAF_RESPONSE_ABSTRACT.RESPONSE(3) 1 YAF_RESPONSE_ABSTRACT.RESPONSE(3) Yaf_Response_Abstract::response - send responseSYNOPSISpublic void Yaf_Response_Abstract::response (void )DESCRIPTIONsend responsePARAMETERSThis function has no parameters.RETURN VALUESEXAMPLESExample #1 Yaf_Response_Abstract.response(3)example <?php $response = new Yaf_Response_Http(); $response->setBody("Hello")->setBody(" World", "footer"); $response->response(); ?> The above example will output something similar to: Hello WorldSEE ALSOYaf_Response_Abstract::setBody, Yaf_Response_Abstract::clearBody. PHP Documentation Group YAF_RESPONSE_ABSTRACT.RESPONSE(3)
| Related Man Pages |
|---|
| xmlrpc_encode_request(3) - php |
| http_response_code(3) - php |
| yaf_response_abstract(3) - php |
| radius_get_attr(3) - php |
| net::sip::request(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Forum Video Tutorial: How to Use Code Tags |
| UNIX.COM 2017 Year End Summary |
| Please Welcome Ravinder Singh to the Moderation Team |
| Please Welcome Nicki Paul to the Moderator Team! |