strtolower

Syntax

native strtolower(string[]);

Usage

Parameter Description
string
The string to convert.

Description

Converts all chars in string to lower case.

Return

Number of bytes written.