]> granicus.if.org Git - php/commitdiff
- Add comment from Timm
authorAndi Gutmans <andi@php.net>
Mon, 20 Oct 2003 22:02:10 +0000 (22:02 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 20 Oct 2003 22:02:10 +0000 (22:02 +0000)
Zend/ZEND_CHANGES

index 898cad6e323ebb76cd6683432de3c04bdee25070..27de0d96568d6b4cb0b10efe7347e385014281d1 100644 (file)
@@ -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