Code Comments
Programming Forum and web based access to our favorite programming groups.betz Wed Nov 24 13:39:33 2004 EDT Modified files: /phpdoc/en/language/oop5 exceptions.xml Log: getLine() for Exception class http://cvs.php.net/diff.php/phpdoc/...10& ty=u Index: phpdoc/en/language/oop5/exceptions.xml diff -u phpdoc/en/language/oop5/exceptions.xml:1.9 phpdoc/en/language/oop5/e xceptions.xml:1.10 --- phpdoc/en/language/oop5/exceptions.xml:1.9 Sun Oct 17 07:46:28 2004 +++ phpdoc/en/language/oop5/exceptions.xml Wed Nov 24 13:39:33 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <sect1 id="language.oop5.exceptions"> <title>Exceptions</title> @@ -64,6 +64,7 @@ final function getMessage(); // message of exception final function getCode(); // code of exception final function getFile(); // source filename + final function getLine(); // source line final function getTrace(); // an array of the backtrace() final function getTraceAsString(); // formated string of trace
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.