Example #1
0
/**
 * Converts a string to "camelCase"
 */
function str_camelcase($str)
{
    return \Phpf\Util\Str::camelCase($str);
}