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_status
ob_get_status
Getthestatusoftheout
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_get_level
ob_get_level
Returnsthenestinglev
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_start
ob_start
Turnonoutputbufferin
flush
flush
Refreshthesystemoutp
Popular Articles
ob_get_contents() captures and displays the results of an asynchronous request
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
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