switch ($value) { case 1: case 2: echo "the value is either 1 or 2."; break; }. This is called "falling through" the case block. The term exists in most ...
確定! 回上一頁