PHP:アルファベットの文字列を大文字に変換するstrtoupperと小文字に変換するstrtolower。「to」が付いている落とし穴に注意!

strtoupper($s);
strtolower($s);
目次
閉じる