uppercase Converts first letter of the string to uppercase. #php echo ucfirst("uppercase this string"); // outputs "Uppercase this string" copy