« web push を PHPで | メイン | PHP glob 正規表現的複数条件 »

2018年03月16日

PHP function どこで設定?


$reflFunc = new ReflectionFunction('function_name');
print $reflFunc->getFileName() . ':' . $reflFunc->getStartLine();

投稿者 muuming : 2018年03月16日 10:06