Exception handling syntax: Difference between revisions

Content deleted Content added
[[Perl]]: <source>
[[PHP]]: <source> … not sure what that ==try== is doing stuck in there
Line 273:
 
=== [[PHP]] ===
<source lang=php>
<pre>
// Exception handling is only available in PHP versions 5 and greater.
 
Line 290:
// you get the idea what i mean ;)
}
</presource>
(php5powerprogramming: ISBN 0-13-147149-X, page 77)