RosettaCodeData/Task/Reverse-a-string/PHP/reverse-a-string-2.php

2 lines
51 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
implode('', array_reverse(mb_str_split($string)));