eumanito/php-capitalize-names

dev-master 2018-07-04 00:08 UTC

This package is auto-updated.

Last update: 2024-09-29 05:27:52 UTC


README

Some use cases:

Install:

Composer install:

composer require eumanito/php-capitalize-names

How to use:

include('function.php');
$name = capitalize('paul mccartney');
//returns 'Paul McCartney'