strtolower

概略 文字列を小文字に変換する
書式 string strtolower( string string )
引数 string 文字列
返値 小文字に変換した文字列

解説

引数で指定された文字列のアルファベット部分をすべて小文字に変換します。