PHP Manual

PHP function stream_set_write_buffer()

11. 09. 2019

Obsah článku

Availability in versions: `PHP 4.3.0`

Sets file buffering on the given stream

Parameters

Parameter Data type Default value Note
$stream resource not The file pointer.
$buffer int not The number of bytes to buffer. If buffer is 0 then write operations are unbuffered. This ensures that all writes with fwrite are completed before other processes are allowed to write to that output stream.

Return values

int

0 on success, or EOF if the request cannot be honored.

Other resources

Official stream-set-write-buffer documentation

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024