Hello Cristiano,

Wednesday, August 6, 2003, 2:15:39 AM, you wrote:

CD> Hi all,

CD> I know there was a lot of discussion about try/catch, but I will bring it up
CD> again:

CD> What about finally ?

There's absolute no need for finally:

try {
}
catch (...) {
}
// here's you're finally code


-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to