$res=method(param);
Function method(param){$res=param."processed";
return $res;
}就这样调用一个带返回值的函数,报错:Missing argument 7 for method()
求教该怎么修改,实际上返回值是取到的