如何在PHP函数中使用另外一个函数返回的数组

2025-04-25 09:33:25
推荐回答(1个)
回答1:

public function getval(){
return 'hell!';
};

$a=getval();