• PHP Video Tutorials

PHP - bzip2 bzflush() Function



bzflush() function can force a write of all buffered data.

Syntax

bool bzflush( resource $bz )

bzflush() function can force a write of all buffered bzip2 data for a file pointer bz.

bzflush() function can return true on success or false on failure.

php_function_reference.htm
Advertisements