PHP funkce ignore_user_abort()
Dostupnost ve verzích: PHP 4.0
Set whether a client disconnect should abort script execution
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$value |
string |
null | If set, this function will set the ignore_user_abort ini setting to the given value. If not, this function will only return the previous setting without changing it. |
Návratové hodnoty
int
the previous setting, as an integer.