Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Padilo300/4c849e78360881c1f80a069ae8c29afb to your computer and use it in GitHub Desktop.
Save Padilo300/4c849e78360881c1f80a069ae8c29afb to your computer and use it in GitHub Desktop.
Фамилии рандомно из имени
$Fname = array('Иван', 'Роман', "Иоан", "Давид", "Авель", "Лилид", "Тор", "Фрейя", "Чайф", "Валерий", "Александр", "Святослав", "Виктор", "Константин");
$a = mb_strtoupper(mb_substr(mb_strtolower(utf8_strrev($Fname[rand(0,14)])),0,1), 'UTF-8').mb_substr(mb_strtolower(utf8_strrev($Fname[rand(0,14)])), 1) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment