Please answer this simple SPAM challenge: five plus zero? (Example: nine)
Simple multi-bytes ucfirst():<?phpfunction my_mb_ucfirst($str) { $fc = mb_strtoupper(mb_substr($str, 0, 1)); return $fc.mb_substr($str, 1);}?>
<< Back to user notes page