function funcName() {
}
$func = new ReflectionFunction('funcName');
echo $func->getFileName() . ':' . $func->getStartLine();
exit();
Go to list of users who liked
function funcName() {
}
$func = new ReflectionFunction('funcName');
echo $func->getFileName() . ':' . $func->getStartLine();
exit();
Register as a new user and use Qiita more conveniently
Go to list of users who liked