PHP ob_end_clean() 函数
定义和用法
The ob_end_clean()
函数删除最顶层的输出缓冲区及其所有内容,不发送任何内容到浏览器。
语法
ob_end_clean();
技术细节
返回值 | 如果操作成功,则返回 true;如果失败,则返回 false |
---|---|
PHP 版本 | 4+ |
❮ PHP 输出控制函数
The ob_end_clean()
函数删除最顶层的输出缓冲区及其所有内容,不发送任何内容到浏览器。
ob_end_clean();
返回值 | 如果操作成功,则返回 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]