PHP [crazy]万人にはおすすめできないけど動くswitch 2017年8月30日 <?phpswitch (true) { // ここをtrueにしておくのがポイント case !isset($_GET['username']): case trim($_GET['username']) === '': echo "ERROR"; break;}