搜索

首页  >  问答  >  正文

函数语法问题

echo '4.用function创建一个自执行函数:<br>';

  echo (function ($a,$b){

    return $a.'+'.$b.'='.($a+$b);

  })(20,30);

怎么显示Parse error: syntax error, unexpected ';' in 


phpcn_u60427phpcn_u604272548 天前1192

全部回复(2)我来回复

  • ringa_lee

    ringa_lee2017-12-05 20:46:08

    php 7以下的版本不支持这种写法哈,你换php7试试,是可以输出的!!

    回复
    1
  • phpcn_u60427

    好,谢谢

    phpcn_u60427 · 2017-12-05 20:51:52
  • 取消回复