As far as I know, that's not readily available...


However, you could do an ob_start() and/or a try/catch and try to re-define the 
class, and then ignore the error and continue.



I believe the PHP error message you get will have the file and line where the 
original class was defined, so you can get it out of that text.



Very much a hack, eh? :-v



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to