Heim  >  Fragen und Antworten  >  Hauptteil

Warum weist die von mir geschriebene selbstausführende Funktion Syntaxfehler auf?

如下:

echo (function ($e,$f) { return $e.'+'.$f.'='.($e+$f);})(10,20);

涛2341 Tage vor1130

Antworte allen(2)Ich werde antworten

  • 无忌哥哥

    无忌哥哥2018-06-14 10:54:48

    自执行函数如果需要输出返回值的话,不能使用echo,一般用return 返回需要输出的信息

    Antwort
    0
  • 啊番酱

    他这个不算是递归啊,我按照他的代码报错的??

    啊番酱 · 2018-09-28 23:12:43
  • StornierenAntwort