1.2.1560. ext/ob¶
Extension Output Buffering Control.
The Output Control functions allow you to control when output is sent from the script.
<?php
ob_start();
echo "Hello\n";
setcookie("cookiename", "cookiedata");
ob_end_flush();
?>
See also Output Buffering Control.
1.2.1560.1. Specs¶
Short name |
Extensions/Extob |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |