PHP Function List
outputbuffering doesn't exist. Closest matches:
- ps_get_buffer
- openal_buffer_get
- pdf_get_buffer
- hw_output_document
- httpquerystring
- tostring
- tostring
- finfo_buffer
- event_buffer_new
- mb_output_handler
- splstring
- radius_put_string
- output_add_rewrite_var
- event_buffer_write
- openal_buffer_data
- px_date2string
- putenv
- event_buffer_enable
- set_file_buffer
- fdf_open_string
Site Search Results
-
Table of Contents flush — 刷新输出缓冲 ob_clean — 清空(擦掉)输出缓冲区 ob_end_clean — 清空(擦除)缓冲区并关闭输出缓冲 ob_end_flush — 冲刷出(送出)输出缓冲区内容并关闭缓冲
-
Output Buffering Control Introduction Installing/Configuring Requirements Installation Runtime Configuration Resource Types Predefined Constants Examples Basic usage Output Control Functions flush — Flush the output buffer
-
Output Control Functions - ManualTable of Contents flush — Flush the output buffer 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
-
This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer. The contents of this internal buffer may be copied into a string ...
-
Runtime Configuration - ManualOutput Control configuration options Name Default Changeable Changelog output_buffering "0" PHP_INI_PERDIR output_handler NULL PHP_INI_PERDIR Available since PHP 4.0.4. implicit_flush "0" PHP_INI_ALL PHP_INI_PERDIR in PHP <= 4.2.3.
-
Introduction The Output Control functions allow you to control when output is sent from the script. This can be useful in several different situations, especially if you need to send headers to the browser after your script has began outputting data.
-
This function will send the contents of the topmost output buffer (if any) and turn this output buffer off. If you want to further process the buffer's contents you have to call ob_get_contents() before ob_end_flush() as the buffer contents are ...
-
ob_get_flush (PHP 4 >= 4.3.0, PHP 5) ob_get_flush — 刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。
-
根据 format ( sprintf() 函数文档中有相关描述)参数指定的格式,在一个格式化字符串中显示多个值。 作用与 printf() 函数类似,但是接收一个数组参数,而不是一系列可变数量的参数。
-
Laufzeit-Konfiguration - ManualWeitere Details und die Definitionen der PHP_INI_*-Konstanten finden Sie im Wo Konfigurationseinstellungen gesetzt werden können. Hier eine kurze Erklärung der Konfigurationsoptionen: output_buffering boolean / integer

Other forms of search
To search the string "outputbuffering" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
