suche nach in der

ErrorException::getSeverity> <ErrorException
Last updated: Sat, 07 Jan 2012

view this page in

ErrorException::__construct

(PHP 5 >= 5.1.0)

ErrorException::__constructErstellt die Exception

Beschreibung

public ErrorException::__construct() ([ string $message [, int $code [, int $severity [, string $filename [, int $lineno ]]]]] )

Erstellt die Exception.

Parameter-Liste

message

Die auszugebende Exceptionbeschreibung.

code

Die Fehlernummer der Exception.

severity

Die Schwere des aufgetretenen Fehlers.

filename

Der Name der Datei, in der die Exception aufgetreten ist.

lineno

Die Zeilennummer, in der die Exception aufgetreten ist.



add a note add a note User Contributed Notes
ErrorException::__construct
There are no user contributed notes for this page.

ErrorException::getSeverity> <ErrorException
Last updated: Sat, 07 Jan 2012