范例
flush
Output Control
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
Output Control 函数
参见
See also
header()
and
setcookie()
.
Table of Contents
flush
— 刷新输出缓冲
ob_clean
— Clean (erase) the output buffer
ob_end_clean
— Clean (erase) the output buffer and turn off output buffering
ob_end_flush
— Flush (send) the output buffer and turn off output buffering
ob_flush
— Flush (send) the output buffer
ob_get_clean
— Get current buffer contents and delete current output buffer
ob_get_contents
— Return the contents of the output buffer
ob_get_flush
— Flush the output buffer, return it as a string and turn off output buffering
ob_get_length
— Return the length of the output buffer
ob_get_level
— Return the nesting level of the output buffering mechanism
ob_get_status
— Get status of output buffers
ob_gzhandler
— ob_start callback function to gzip output buffer
ob_implicit_flush
— Turn implicit flush on/off
ob_list_handlers
— List all output handlers in use
ob_start
— Turn on output buffering
output_add_rewrite_var
— Add URL rewriter values
output_reset_rewrite_vars
— Reset URL rewriter values
范例
flush
Output Control
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程