您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php反射应用示例

2025/12/9 10:46:36发布36次查看
<?php function custom(){ } class custom{ public function index(){ } } print_r(get_define_position('custom')); /** * / * @param string $name 函数名或者类名 * @return array */ function get_define_position($name){ $info = array(); if(class_exists($name)){ $ob = new reflectionclass($name); $info['class_'.$name]= array('file'=>$ob->getfilename(),'line'=>$ob->getstartline()); } if(function_exists($name)){ $ob = new reflectionfunction($name); $info['function_'.$name]= array('file'=>$ob->getfilename(),'line'=>$ob->getstartline()); } return $info; }
更多php反射应用示例。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product