Skip to content

Instantly share code, notes, and snippets.

@hfhimage
Created September 20, 2013 15:22
Show Gist options
  • Save hfhimage/6639183 to your computer and use it in GitHub Desktop.
Save hfhimage/6639183 to your computer and use it in GitHub Desktop.
php 常量__FUNCTION__
// __FUNCTION__ 为函数名称
function shutdown() {
echo 'Shutdown: ' . __FUNCTION__ . '()' . PHP_EOL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment