ドロップダウンリストを表示

strtolower()

« strtok | strtotime »
<?php
$string 
strtolower (
    
  // string $str
);
?>
結果
$string = 'mary had a little lamb and she loved it so'
#1 strtolower  ("Mary Had A Little Lamb and She LOVED It So")
参照
mb_strtolower, strtoupper, ucfirst, ucwords