$string = 'corruption'; $split = str_split($string); // Split string into array $reverse = array_reverse($split); echo implode('',$reverse);
Post a Comment
No comments:
Post a Comment