PHP 函数 lcfirst PHP 函数 implode PHP 函数 levenshtein PHP 函数 lcfirst <?php $input = 'CODINGDICT'; $input = lcfirst($input); echo $input; ?> PHP 函数 implode PHP 函数 levenshtein