// こんなかんじ
function pp()
{
call_user_func_array("var_dump", func_get_args());
}
// 無名関数の場合はどうすれば・・・
spl_autoload_register(function($name) {
if (!if_require_once(dirname(__FILE__) . "/controllers/" . Inflector::underscore($name) . ".php"))
throw new ControllerNotFoundException("File not found for " . $name);
});
More than 5 years have passed since last update.
最近インデントをオールマンスタイルで記述するようにしているのですが、クロージャや無名関数の場合どう書くのがキレイなのかわからなくて悩んでいます。
Last updated at Posted at 2012-03-16
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme