xladomaz

reverse keymaster

Aug 15th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. //обратный кеймастер
  3.     $string = "s";
  4.     $e = preg_split('//u', $string, null, PREG_SPLIT_NO_EMPTY);
  5.     echo implode("",array_reverse($e));
Add Comment
Please, Sign In to add comment