As follows:
echo (function ($e,$f) { return $e.' '.$f.'='.($e $f);})(10,20) ;
无忌哥哥2018-06-14 10:54:48
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.