HttpResponse::capture

(PECL pecl_http >= 0.10.0)

HttpResponse::captureCapture script output

Опис

static void HttpResponse::capture ( void )

Capture script output.

Приклади

Приклад #1 A HttpResponse::capture() example

<?php
HttpResponse
::setCache(true);
HttpResponse::capture();
// script follows
?>

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top