PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::tolower
request it (419)
GoLang replacement for PHP's IntlChar::tolower
[edit | history]
IntlChar::tolower(PHP 7) IntlChar::tolower — Make Unicode character lowercase DescriptionThe given character is mapped to its lowercase equivalent. If the character has no lowercase equivalent, the original character itself is returned. ParametersReturn ValuesReturns the Simple_Lowercase_Mapping of the code point, if any; otherwise the code point itself. The return type will be integer unless the code point was passed as a UTF-8 string, in which case a string will be returned. ExamplesExample #1 Testing different code points
<?php The above example will output: string(1) "a" string(1) "a" string(2) "φ" string(2) "φ" string(1) "1" int(97) int(97) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|