Helping ordinary people create extraordinary websites!
GET OUR NEWSLETTER
Your Email:
 

HttpResponse::capture

(no version information, might be only in CVS)

HttpResponse::capture -- Capture script output

Description

staticvoid HttpResponse::capture ( void )

Capture script output.

Examples

Example 1. A HttpResponse::capture() example

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


Tutorials Scripts Online Services Developer Manuals
Resources