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