🌈 搜索
📅  最后修改于: 2022-03-11 14:53:49.580000             🧑  作者: Mango
// Less than or equal to comparison operator: <= if ($someInt <= $otherInt) { // Do your logic ;) }