Fri, 17 May 2024


How to reverse a string?

By: Anton, NetArt Media
Sun, 15 August 2021

You may use the special PHP function strrev

<?php

$myText="ALLEGRO";

echo strrev($myText);

?>

will display:

ORGELLA


Category: PHP Examples
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox