Jump to content

ob_start problem


runjel

Recommended Posts

PHP.net:

 

ob_start  — Turn on output buffering

Report a bug

Description

bool ob_start ([ callback $output_callback [, int $chunk_size [, bool $erase ]]] )

 

This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer.

Link to comment
https://forums.phpfreaks.com/topic/205344-ob_start-problem/#findComment-1074699
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.