strtolower(3) php man page | unix.com

Man Page: strtolower

Operating Environment: php

Section: 3

STRTOLOWER(3)								 1							     STRTOLOWER(3)

strtolower - Make a string lowercase

SYNOPSIS
string strtolower (string $string)
DESCRIPTION
Returns $string with all alphabetic characters converted to lowercase. Note that 'alphabetic' is determined by the current locale. This means that e.g. in the default "C" locale, characters such as umlaut-A (A) will not be converted.
PARAMETERS
o $string - The input string.
RETURN VALUES
Returns the lowercased string.
EXAMPLES
Example #1 strtolower(3) example <?php $str = "Mary Had A Little Lamb and She LOVED It So"; $str = strtolower($str); echo $str; // Prints mary had a little lamb and she loved it so ?>
NOTES
Note This function is binary-safe.
SEE ALSO
strtoupper(3), ucfirst(3), ucwords(3), mb_strtolower(3). PHP Documentation Group STRTOLOWER(3)
Related Man Pages
mb_convert_case(3) - php
str_word_count(3) - php
mb_strtoupper(3) - php
strlen(3) - php
substr_compare(3) - php
Similar Topics in the Unix Linux Community
Some New Thread Title Changes
Documenting xttpd on another server (not UNIX forum related)
New Icons Coming from Font Awesome
Man Page Reformatted on Mobile (and Desktop)
Denial Of Service Attack Update