PHP带参数匿名函数

PHP带参数匿名函数

  public function niminghanshu($dd,$fn)
    {
  
        $fn(3333333);
    }

    public function dd()
    {
        $this->niminghanshu(1,function ($str) {
              print_r($str);
              exit();
            echo 'http://c-local.biancheng.net/php/';
        });
    }

 

posted @ 2020-03-31 11:07  newmiracle宇宙  阅读(828)  评论(0编辑  收藏  举报