PHP 8.5.0 Alpha 1 available for testing

Voting

: max(eight, two)?
(Example: nine)

The Note You're Voting On

tavhane at gmail dot com
7 years ago
for turkish simple:

$str = mb_convert_case(str_replace(['i','I'], ['İ','ı'], $str), MB_CASE_TITLE,"UTF-8");

<< Back to user notes page

To Top