예제 #1
0
파일: functions.php 프로젝트: phpf/micro
/**
 * Converts a string to "StudlyCaps"
 */
function str_studlycaps($str)
{
    return \Phpf\Util\Str::studlyCaps($str);
}