Current Location: Home> Function Categories> ucfirst

ucfirst

Set the first character of the string to uppercase
Similar Functions
  • Generate single-byte strings from numbers chr

    chr

    Generatesingle-bytes
  • Return part of the string substr

    substr

    Returnpartofthestrin
  • Alias ​​of rtrim chop

    chop

    Alias​​ofrtrim
  • Delete whitespace characters (or other characters) at the end of the string rtrim

    rtrim

    Deletewhitespacechar
  • Convert binary data to hexadecimal representation bin2hex

    bin2hex

    Convertbinarydatatoh
  • Calculate the edit distance between two strings levenshtein

    levenshtein

    Calculatetheeditdist
  • Binary safe comparison of several characters at the beginning of a string (case insensitive) strncasecmp

    strncasecmp

    Binarysafecomparison
  • Find the first occurrence of substrings in strings strpos

    strpos

    Findthefirstoccurren
Popular Articles