PHP switch statement is fall-through. It means it will execute all statements after getting the first match, if break statement is not found.
確定! 回上一頁