Skip to content

Instantly share code, notes, and snippets.

@enlacee
Created July 13, 2016 16:06
Show Gist options
  • Save enlacee/28429c14cd001d845d415093c63ffc8c to your computer and use it in GitHub Desktop.
Save enlacee/28429c14cd001d845d415093c63ffc8c to your computer and use it in GitHub Desktop.
<?php
/**
* primera letra en mayuscula multibyte
*/
mb_convert_case(mb_strtolower($user_info->display_name), MB_CASE_TITLE, 'UTF-8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment