Strict Standards: Declaration of action_plugin_importoldindex::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /var/www/html/lib/plugins/importoldindex/action.php on line 8

Strict Standards: Declaration of action_plugin_popularity::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /var/www/html/lib/plugins/popularity/action.php on line 57

Strict Standards: Declaration of action_plugin_safefnrecode::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /var/www/html/lib/plugins/safefnrecode/action.php on line 66

Strict Standards: Declaration of action_plugin_importoldchangelog::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /var/www/html/lib/plugins/importoldchangelog/action.php on line 182

Strict Standards: Declaration of Doku_Renderer_metadata::table_open() should be compatible with Doku_Renderer::table_open($maxcols = NULL, $numrows = NULL, $pos = NULL) in /var/www/html/inc/parser/metadata.php on line 24

Strict Standards: Declaration of Doku_Renderer_metadata::table_close() should be compatible with Doku_Renderer::table_close($pos = NULL) in /var/www/html/inc/parser/metadata.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/lib/plugins/importoldindex/action.php:8) in /var/www/html/inc/actions.php on line 607

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/lib/plugins/importoldindex/action.php:8) in /var/www/html/inc/actions.php on line 607

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/lib/plugins/importoldindex/action.php:8) in /var/www/html/inc/actions.php on line 607
====== Exception ====== A PHP [[http://hu2.php.net/manual/hu/language.exceptions.php|kivételkezelésében]] szereplő Exception osztály megfelelője. ===== konstruktor ===== ''Exception([message = 'Unknown exception' [, code = 0]])'' A megadott üzenettel és kóddal jön létre az objektum. Amennyiben meghatározható, akkor a létrehozás helyének fájlneve és sorszáma is eltárolódik. ===== Metódusok ===== ==== GetMessage ==== ''string getmessage()'' Az üzenetet adja vissza. ==== GetCode ==== ''string getcode()'' A kódot adja vissza. ==== GetFile ==== ''string getfile()'' A létrehozáskor aktuális PHP fájl nevét adja vissza, amennyiben meghatározható. Ha nem határozható meg, akkor ''unknown'' stringet ad vissza. ==== GetLine ==== ''string getline()'' A létrehozáskor aktuális PHP fájlon belüli sorszámot adja vissza, amennyiben meghatározható, ellenkező esetben 0-t. Lefordított alkalmazás esetén mindig 0-t ad.