The switch statement in PHP is great when you want check condition ... case 'cake': echo 'i is cake'; break; default: echo 'i is pizza'; }
確定! 回上一頁