Esempio n. 1
0
/**
 * Converts a string to "StudlyCaps"
 */
function str_studlycaps($str)
{
    return \Phpf\Util\Str::studlyCaps($str);
}