From: <php...@li...> - 2007-04-27 15:38:37
|
This I did not know, so thank you. --Kate -----Original Message----- From: php...@li... = [mailto:php...@li...] On Behalf = Of php...@li... Sent: Friday, April 27, 2007 2:39 AM To: php...@li... Subject: Re: [Php-java-bridge-users] PHP Java Translation Help Hi again, BTW: > } catch (Exception $e) { >=20 > print_r($e); // for debugging purposes > return "<br>Bad Encryption"; The PHP Exception objects already provide a suitable __toString() method.=20 The output from print($e) is much more readable than the output from print_r($e), which prints the internal state of the exception object. Regards, Jost Boekemeier Heute schon einen Blick in die Zukunft von E-Mails wagen? = Versuchen Sie=B4s mit dem neuen Yahoo! Mail. www.yahoo.de/mail -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |