Answers for "a function that reverse the string in php"

PHP
1

reverse a string in php

<?php
  echo strrev("Hello World!");
?>
Posted by: Guest on February-10-2021

Code answers related to "a function that reverse the string in php"

Browse Popular Code Answers by Language