* Returns a string with the first character lowercased if that character is alphabetic.
* @param string $string The input string.
* @param string $encoding The used internally by this function character encoding. If it is omitted, the platform character set will be used by default.
* @return string The result string.
* This function is aimed at replacing the function lcfirst() for human-language strings.