Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_contents
ob_get_contents
Returns the contents of the output buffer
Name:
ob_get_contents
Category:
Output buffer control
Programming Language:
php
One-line Description:
Returns the contents of the top-most output buffer.
Related
ob_get_contents() captures and displays the results of an asynchronous request
4
How to use ob_get_contents() to capture output in PHP
2
Similar Functions
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_status
ob_get_status
Getthestatusoftheout
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_get_length
ob_get_length
Returnsthelengthofth
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
Popular Articles
ob_get_contents() captures and displays the results of an asynchronous request
How to use ob_get_contents() to capture output in PHP