He元素

Don't be shy just try!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

使用ReflectionClass就可以获取未知类的详细信息

demo:

require("hello.php");

$class = new ReflectionClass("hello");//参数为类名

echo "<pre>".$class."</pre>";

 

posted on 2016-05-10 15:45  He元素  阅读(391)  评论(0编辑  收藏  举报