2 lines
51 B
PHP
2 lines
51 B
PHP
|
|
implode('', array_reverse(mb_str_split($string)));
|
|
|
implode('', array_reverse(mb_str_split($string)));
|