PHP ob_end_flush() 函数
定义和用法
The ob_end_flush()
函数删除最顶层的输出缓冲区并输出其所有内容。 输出可能会被另一个输出缓冲区捕获,或者,如果没有其他输出缓冲区,则直接发送到浏览器。
语法
ob_end_flush();
技术细节
返回值 | 如果操作成功则返回 true,否则返回 false |
---|---|
PHP 版本 | 4+ |
❮ PHP 输出控制函数
The ob_end_flush()
函数删除最顶层的输出缓冲区并输出其所有内容。 输出可能会被另一个输出缓冲区捕获,或者,如果没有其他输出缓冲区,则直接发送到浏览器。
ob_end_flush();
返回值 | 如果操作成功则返回 true,否则返回 false |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]