Skip to content

Instantly share code, notes, and snippets.

@tamakiii
Created July 8, 2016 14:27
Show Gist options
  • Save tamakiii/f7d85f84d371364bce3441fa6ed1fcb9 to your computer and use it in GitHub Desktop.
Save tamakiii/f7d85f84d371364bce3441fa6ed1fcb9 to your computer and use it in GitHub Desktop.
グローバル関数がどこで定義されてるか調べたいとき
<?php
echo (new \ReflectionFunction('is'))->getFileName() . PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment