PHP Manual

PHP function header_register_callback()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Registers a function that will be called when PHP starts sending output. The callback is executed just after PHP prepares all headers to be sent,
and before any other output is sent, creating a window to manipulate the outgoing headers before being sent.

Parameters

Parameter Data type Default value Note
$callback callable

Return values

bool

Returns true on success, otherwise false on failure.

Other resources

Official header-register-callback 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