PHP PHP関数テンプレート:switch文 < ?php switch($condition){ case 0: echo '$conditionの値は0'; break; case 'ABC': echo '$conditionの値はAB... 2012.02.24 PHPプログラム