PHP Manual

PHP funkce headers_sent()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 4.0`

Checks if or where headers have been sent

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$file string null, If the optional file and line parameters are set, headers_sent will put the PHP source file name and line number where output started in the file and line variables.
$line int null The line number where the output started.

Návratové hodnoty

bool

headers_sent will return false if no HTTP headers have already been sent or true otherwise.

Další zdroje

Oficiální dokumentace funkce headers-sent

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

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