February 2013
Intermediate to advanced
538 pages
20h 55m
English
ob_implicit_flush
void ob_implicit_flush([int flag])If flag is true or unspecified, turns on output
buffering with implicit flushing. When implicit flushing is enabled,
the output buffer is cleared and sent to the client after any output
(such as the printf() and echo() functions). See Chapter 13 for more information on using the
output buffer.
Read now
Unlock full access