abstract: $demo1 = function ($name){ return $name . '最愛的人是:小明';};echo $demo1('張無');
$demo1 = function ($name)
{
return $name . '最愛的人是:小明';
};
echo $demo1('張無');
Correcting teacher:韋小寶Correction time:2019-03-11 09:11:14
Teacher's summary:寫的非常的簡(jiǎn)單的 回調(diào)函數(shù)要使用在真實(shí)的項(xiàng)目中才能起到得到更好的作用哦