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