LoginSignup
7
6

More than 5 years have passed since last update.

php5.4で即時関数

Posted at

javascriptでよく使われる即時関数をPHPでやる方法。


<?php
    call_user_func(function ($v) {
        echo $v;
    }, "aaaa");
?>
7
6
5

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6