Easy Tutorial
❮ Func Mysqli Affected Rows Func Filesystem Ftruncate ❯

PHP strtolower() Function

PHP String Reference Manual

Example

Convert all characters to lowercase:


Definition and Usage

The strtolower() function converts a string to lowercase.

Note: This function is binary-safe.

Related functions:


Syntax

Parameter Description
string Required. Specifies the string to convert.

Technical Details

Return Value: Returns the string converted to lowercase.
PHP Version: 4+
--- ---
❮ Func Mysqli Affected Rows Func Filesystem Ftruncate ❯