Created
July 8, 2016 14:27
-
-
Save tamakiii/f7d85f84d371364bce3441fa6ed1fcb9 to your computer and use it in GitHub Desktop.
グローバル関数がどこで定義されてるか調べたいとき
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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