If the given value is null , an empty array will be returned: use Illuminate\Support\Arr; $array = Arr::wrap(null); // [] ...
確定! 回上一頁