funme / coding

loving && coding && living
0 stars 0 forks source link

php找函数所在文件 #51

Open funme opened 5 years ago

funme commented 5 years ago
      $obj = new \ReflectionFunction("foreshow");
      $file = $obj->getFileName();
      $line = $obj->getStartLine();
      print_r($file); print_r($line);      die();