strtolower

Syntax

native strtolower(string[]);

Usage

string
The string to convert.

Description

Converts all chars in string to lower case.

Return

Number of bytes written.