摘要: PHP中的ReflectionClass官方文档:http://cn2.php.net/ReflectionClass 阅读全文
posted @ 2012-12-05 10:31 Athrun 阅读(129) 评论(0) 推荐(0) 编辑
摘要: PHP中的Classes/Objects Function官方文档:http://cn2.php.net/classobjFunction__autoload— Attempt to load undefined classcall_user_method_array— 调用一个用户方法,同时传递参数数组(已废弃)call_user_method— 对特定对象调用用户方法(已废弃)class_alias— Creates an alias for a classclass_exists— 检查类是否已定义get_called_class— the "Late Static Bindi 阅读全文
posted @ 2012-12-05 10:27 Athrun 阅读(259) 评论(0) 推荐(0) 编辑
摘要: PHP中的__autoload官方文档:http://cn2.php.net/__autoload 阅读全文
posted @ 2012-12-05 10:09 Athrun 阅读(183) 评论(0) 推荐(0) 编辑
摘要: PHP中的命名空间官方文档:http://cn2.php.net/namespacePHP 在 5.3.0 以后的版本开始支持命名空间。 阅读全文
posted @ 2012-12-05 10:03 Athrun 阅读(171) 评论(0) 推荐(0) 编辑