bzflush

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)

bzflushForza la scrittura di tutti i dati nel buffer

Descrizione

bzflush(resource $bz): int

Forza la scrittura di tutti i dati che sono nel buffer del puntatore bz.

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche bzread() e bzwrite().

add a note

User Contributed Notes

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