[ PHP ] – strtolower() 將英文大寫轉小寫 2015 / 7 / 17 jeff 0 [php] <pre><?php echo <code>strtolower("ABCdefGHI")</code>; ?></pre> [/php] 輸出結果:abcdefghi