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_get_flush
ob_get_flush
Flushtheoutputbuffer
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_length
ob_get_length
Returnsthelengthofth
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
Popular Articles
How to Use ob_get_contents() and ob_start() with Multiple Nested Layers in PHP: Practical Tips
How to use ob_get_contents() to capture output in PHP
ob_get_contents() captures and displays the results of an asynchronous request
How to Save Content Captured by ob_get_contents() to a File?
How to Use ob_get_contents() to Capture the Full Page Content Before PHP Redirect? Detailed Guide