As posted on https://timvisee.com/blog/snippet-correctly-capitalize-names-in-php/
Correctly capitalize names in PHP
This will capitalize/normalize names in PHP. Use with care, because this makes some assumptions even though there is no consistency in naming.
<?php
/**
* Normalize the given (partial) name of a person.