Warning: file_put_contents(): Only -1 of 43 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
exit Manuál PHP Předcházející Další (PHP 3, 4, 5) exit -- Ukončí současný skript Popis void ( [string status] ) int status Tento jazykový konstrkut ukončí parsování s...
Forum und email
exit

exit

(PHP 3, PHP 4, PHP 5)

exit -- Ukončí současný skript

Popis

void exit ( [string status] )

void exit ( int status )

Tento jazykový konstrkut ukončí parsování skriptu. Nevrací žádnou hodnotu.

Viz také die().