Output Buffering

suggest change

Parameters

Function | Details |

——— | —–– |

ob_start() | Starts the output buffer, any output placed after this will be captured and not displayed |

ob_get_contents() | Returns all content captured by ob_start() | ob_end_clean() | Empties the output buffer and turns it off for the current nesting level | ob_get_clean() | Triggers both ob_get_contents() and ob_end_clean() | ob_get_level() | Returns the current nesting level of the output buffer | ob_flush() | Flush the content buffer and send it to the browser without ending the buffer | ob_implicit_flush() | Enables implicit flushing after every output call. | ob_end_flush() | Flush the content buffer and send it to the browser also ending the buffer |

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Output buffering:
* Output Buffering

Table Of Contents
2 Arrays
4 Types
10 Cookies
13 Output buffering
14 JSON
15 SOAP
17 cURL
19 XML
21 Traits
35 UTF-8
36 URLs
38 PHPDoc
41 Loops
44 Closur
72 YAML
77 Cache
78 Streams
81 PDO
82 SQLite3
83 Sockets
87 MongoDB
93 IMAP
94 Redis
95 Imagick
102 APCu
108 PSR