📅  最后修改于: 2022-03-11 14:47:51.708000             🧑  作者: Mango
Note:- Credit for this result goes to Alberto Peripolli. Copied from his Grepper.
if ($result->first()) { }
if (!$result->isEmpty()) { }
if ($result->count()) { }
if (count($result)) { }