IntlChar::tolower
IntlChar::tolower
(PHP 7)
IntlChar::tolower — Make Unicode character lowercase
Description
public static mixed IntlChar::tolower ( mixed $codepoint )
The given character is mapped to its lowercase equivalent. If the character has no lowercase equivalent, the original character itself is returned.