Why does the self-executing function I wrote have syntax errors?
涛
2018-06-14 09:26:30
0
2
1152

As follows:

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

涛

reply all(1)
无忌哥哥

If a self-executing function needs to output a return value, echo cannot be used. Generally, return is used to return the information that needs to be output.

  • reply This is not considered recursive. I reported the error according to his code? ?
    啊番酱 author 2018-09-28 23:12:43
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template