Home > Backend Development > PHP Tutorial > The php ucwords function converts the first character of each word in the string to uppercase implementation code words download word download sight words

The php ucwords function converts the first character of each word in the string to uppercase implementation code words download word download sight words

WBOY
Release: 2016-07-29 08:49:37
Original
1336 people have browsed it

php ucwords() function converts the first character of each word in the string to uppercase. This article introduces the basic usage and examples of 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( ) - Converts the first character in a string to uppercase

Syntaxucwords(string)

Parameters Description
string Required. Specifies the string to be converted.

Technical details

Return value: Returns the converted string.
PHP version: 4+

Example

Convert the first character of each word to uppercase:

above This php ucwords() function converts the first character of each word in a string to uppercase (implementation code). This is all the content shared by the editor. I hope it can give you a reference, and I hope you will support this site.

The above introduces the implementation code of the php ucwords function to convert the first character of each word in the string to uppercase, including the words content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template