Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP strrev — Reverse a string

<?php
echo strrev("Hello world!"); // outputs "!dlrow olleH"
?>
 
PREVIOUS NEXT
Tagged: #PHP #strrev #Reverse #string
ADD COMMENT
Topic
Name
7+8 =