From: Andi Gutmans Date: Mon, 20 Oct 2003 22:02:10 +0000 (+0000) Subject: - Add comment from Timm X-Git-Tag: php-5.0.0b2RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28957fd5364e2fad4b29a2a7b979e023998f74ec;p=php - Add comment from Timm --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 898cad6e32..27de0d9656 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -685,8 +685,15 @@ Changes in the Zend Engine 2.0 $str = (string) $obj; // call __toString() ?> - * Reflection - + * Reflection API + + PHP5 comes with a complete reflection API that adds the ability to + reverse-engineer classes, interfaces, functions and methods as well + as extensions. + + The reflection API also offers ways of getting doc comments for + functions, classes and methods. + Nearly all aspects of object oriented code can be reflected by using the reflection API which is documented separatley: http://sitten-polizei.de/php/reflection_api/docs/language.reflection.html