Search Results
PHP Manual Function Reference Compression and Archive Extensions Bzip2 Bzip2 Functions Change language:
Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave [AT]icemelon [D0T]c0m. PHP Functions Function: bzflush (PHP 4 >= 4.3.3, PHP 5) bzflush -- Force a write of all buffered data
bzflush() function can force a write of all buffered data. 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.
Simple usage example of `bzflush ()`. The `bzflush` function in PHP is a simple utility function that allows you to flush the output buffers for a bzip2 compressed file. It means that any data currently residing in the output buffer will be written to the compressed file.
Cette fonction est supposé de forcer l'écriture de toutes les données bzip2 mises en tampon pour le pointeur de fichier représenté par bz, mais est implémenté comme une fonction null dans libbz2, et donc ne fait rien.
This function is supposed to force a write of all buffered bzip2 data for the file pointer bz, but is implemented as null function in libbz2, and as such does nothing.
Execute bzflush Online. Info and examples on bzflush PHP Function from Bzip2 - Compression and Archive Extensions
