![]() |
Error Funktionen |
|
| |
|
|
| int error_log (string message, int message_type [, string destination [, string extra_headers]])
(PHP 3, PHP 4 >= 4.0b1) Es wird eine Fehlermeldung gesendet (TCP-Port, Datei oder Log-Datei) |
|
|
| int error_reporting ([int level])
(PHP 3, PHP 4 >= 4.0b1) Es wird angezeigt, wie PHP-Fehlermeldungen ausgegeben werden |
|
|
| void restore_error_handler (void)
(PHP 4 >= 4.0.1) Es wird die vorhergehende Fehlerfunktion wiederhergestellt |
|
|
| string set_error_handler (string error_handler)
(PHP 4 >= 4.0.1) Es wird eine benutzerdefinierte Fehlerfunktion hergestellt |
|
|
| void trigger_error (string error_msg [, int error_type])
(PHP 4 >= 4.0.1) Es wird eine User-Error Meldung hergestellt |
|
|
| void user_error (string error_msg [, int error_type])
(PHP 4 >= 4.0RC2) Es wird eine User-Error Meldung hergestellt |
|
|
|
| |
| weiter: |
|
| zurück: |
|