3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = '1 tyle street glasgow'; function mb_ucwords($str) { return mb_convert_case($str, MB_CASE_TITLE, 'UTF-8'); } print_r(mb_ucwords($name)); echo mb_encode_numericentity ($name, array (0x0, 0xffff, 0, 0xffff), 'UTF-8');

preferences:
28.13 ms | 406 KiB | 5 Q