也就是没有名字的函数
<?php$fun=function(){echo 'i am ghost';};$fun();
<?php
$fun=function(){
echo 'i am ghost';
};
$fun();
匿名函数调用
若有收获,就点个赞吧
0 人点赞
让时间为你证明