Home  >  Article  >  Backend Development  >  The php ucwords() function converts the first character of each word in the string to uppercase, ucwords uppercase_PHP tutorial

The php ucwords() function converts the first character of each word in the string to uppercase, ucwords uppercase_PHP tutorial

PHP中文网
PHP中文网Original
2016-07-12 08:53:001827browse

php ucwords() function converts the first character of each word in the string to uppercase, ucwords capitalizes

php ucwords() function converts the first character of each word in the string to uppercase Convert characters to uppercase. This article introduces the basic usage methods and examples of the php ucwords() function to coders. Interested coders can refer to it.

Definition and usage

ucwords() function converts the first character of each word in the string to uppercase.

Note: This function is binary safe.

Related functions:

lcfirst() - Convert the first character in the string to lowercase

strtolower() - Convert the string to lowercase

strtoupper() - Convert the string to uppercase

ucfirst() - Convert the first character in the string to uppercase

Syntax


ucwords(string)

Parameter Description

string Required. Specifies the string to be converted.

Technical details


Return value: Returns the converted string.

PHP Version: 4


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn