PHP funkce error_get_last()
Dostupnost ve verzích: PHP 5.2.0
Get the last occurred error
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
array
an associative array describing the last error with keys "type", "message", "file" and "line". Returns &null; if there hasn't been an error yet.