PHP Manual

PHP funkce stream_set_write_buffer()

2019-09-11T08:04:04.000Z

Obsah článku

Dostupnost ve verzích: PHP 4.3.0

Sets file buffering on the given stream

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$stream resource není The file pointer.
$buffer int není 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.

int

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

Další zdroje

Oficiální dokumentace funkce stream-set-write-buffer

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.
283.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

Status:
All systems normal.
2025