[KLUG Members] Exceptions in PHP

Robert G. Brown members@kalamazoolinux.org
Wed, 05 Feb 2003 16:43:51 -0500


>>>Is there any equivalent in PHP to "exceptions" and "expection handlers"
>>like in C/C++
>>Perhaps not quite... have you RTFP'ed the following:
>>http://www.php.net/manual/en/ref.errorfunc.php
>
>Ah ha -
.....
>Unfortunately I don't see any evidence that there is any scope
>to the declarations.
Yes, often a problem in languages like this.. analogous to the 
catch/throw mechanism grafted into lots of environments...

Yah gotta start somewhere, putting these functions into scope might
be interesting... 

						Regards,
						---> RGB <---