Before PHP 7.2, PHP considers each case statement in order. Let's say we have the following (trivial code): <?php $cc = "no"; switch ( $cc ) { ...
確定! 回上一頁