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
How to Use ob_get_contents() and ob_start() with Multiple Nested Layers in PHP: Practical Tips
3
How to Use ob_get_contents() to Capture the Full Page Content Before PHP Redirect? Detailed Guide
4
ob_get_contents() captures and displays the results of an asynchronous request
4
How to Save Content Captured by ob_get_contents() to a File?
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_clean
ob_clean
Clear(erase)theoutpu
ob_get_length
ob_get_length
Returnsthelengthofth
ob_start
ob_start
Turnonoutputbufferin
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
Popular Articles
How to use ob_get_contents() to capture output in PHP
How to Use ob_get_contents() to Capture the Full Page Content Before PHP Redirect? Detailed Guide
How to Use ob_get_contents() and ob_start() with Multiple Nested Layers in PHP: Practical Tips
ob_get_contents() captures and displays the results of an asynchronous request
How to Save Content Captured by ob_get_contents() to a File?