public static humanize (mixed $text)
Makes an underscored or dashed phrase human-readable
echo Phalcon\Text::humanize('start-a-horse'); // 'start a horse' echo Phalcon\Text::humanize('five_cats'); // 'five cats'
public static humanize (mixed $text)
Makes an underscored or dashed phrase human-readable
echo Phalcon\Text::humanize('start-a-horse'); // 'start a horse' echo Phalcon\Text::humanize('five_cats'); // 'five cats'
Please login to continue.