Source code for file /phputf8/ucfirst.php
Documentation is available at ucfirst.php
* @version $Id: ucfirst.php,v 1.1 2006/02/25 13:50:17 harryf Exp $
//---------------------------------------------------------------
* UTF-8 aware alternative to ucfirst
* Make a string's first character uppercase
* Note: requires utf8_strtoupper
* @return string with first character as upper case (if applicable)
* @see http://www.php.net/ucfirst