Easy Tutorial
❮ Func Date Timezone Version Get Func Array Fill Keys ❯

PHP fflush() Function



Definition and Usage

The fflush() function writes all buffered output to the open file.

It returns TRUE on success and FALSE on failure.

Syntax

Parameter Description
file Required. Specifies the open file stream to be checked.

Example


❮ Func Date Timezone Version Get Func Array Fill Keys ❯