PHP funkce register_shutdown_function()
Dostupnost ve verzích: PHP 4.0
Register a function for execution on shutdown
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$function |
callback |
není | The shutdown function to register. |
$parameter |
mixed |
null, | It is possible to pass parameters to the shutdown function by passing additional parameters. |
$_ |
mixed |
null |
Návratové hodnoty
void