<?php ucwords(string $string, string $separators = " \t\r\n\f\v"): string
<?php { private function formatPropertyName(string $offset): string { return str_replace('_', '', lcfirst(ucwords($offset, '_'))); }