反思API声明:
PHP 5 comes with a complete reflection
API that adds the ability to
reverse-engineer classes,interfaces,
functions,methods and extensions.
Additionally,the reflection API
offers ways to retrieve doc comments
for functions,classes and methods.
题:
为什么它的大多数方法/属性几乎没有文档?您在文档中看到此消息:
This function is currently not
documented; only its argument list is
available.
在哪里找到它的文档?
>它是未来兼容的,换句话说,我可以在我的MVC框架中使用吗?
为什么使用次数较少,有什么问题呢?