http://de2.php.net/manual/en/function.get-class-methods.php
There is a small mistake in the example of get_class_methods. It should be:
> $class_methods = get_class_methods('myclass');
instead of:
> $class_methods = get_class_methods('my_object');
Jan Pieper
