func=function(param ) {
echo $param;
};func(′somestring′);这样做有什么意义呢,和给function命个名有何不同functiontest(param){echo $param;}test('some')
呼啦一阵风
相关分类