bzflush

(PHP 4 >= 4.0.4, PHP 5)

bzflushForce a write of all buffered data

Beskrivelse

int bzflush ( resource $bz )

Forces a write of all buffered bzip2 data for the file pointer bz.

Parametre

bz

The file pointer. It must be valid and must point to a file successfully opened by bzopen().

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top