This is used in case nothing matches the variable. Here is a code example. //SWITCH STATEMENT DEFAULT OPTION $var=3; switch ($var) { case 0: ...
確定! 回上一頁