PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpResponse::getBufferSize> <HttpResponse
Last updated: Fri, 14 Nov 2008

view this page in

HttpResponse::capture

(PECL pecl_http:0.10.0-1.5.5)

HttpResponse::captureスクリプトの出力を取り込む

説明

static void HttpResponse::capture ( void )

スクリプトの出力を取り込みます。

例1 HttpResponse::capture() の例

<?php
HttpResponse
::setCache(true);
HttpResponse::capture();
// この後にスクリプトが続きます
?>



add a note add a note User Contributed Notes
HttpResponse::capture
There are no user contributed notes for this page.

HttpResponse::getBufferSize> <HttpResponse
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites