switch ($file['t']) { case 'u': // ... break; case 'c': // ... break; case 'i': // ... break; }. Basically, you put : The variable that you want to test in ...
確定! 回上一頁