PHP Velho Oeste 2024

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