跳至
$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;
}
2. [图片] test.png