March 2002
Intermediate to advanced
528 pages
21h 29m
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.