Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

trigger_error (Fehler auslösen)

void trigger_error(string error_msg,
                   int level);

Wird verwendet, um eine Fehlermeldung via Smarty auszugeben. Der level-Parameter kann alle Werte der 'trigger_error()'-PHP-Funktion haben, zum Beispiel E_USER_NOTICE, E_USER_WARNING, usw. Voreingestellt ist E_USER_WARNING.