thinkPHPテクニック


1.データクエリーdump()出力は大量のデータを生成し、検査に不利である.collectionを使用できます.
dump(collection($res)->toArray());