strrev

(PHP 3, PHP 4 , PHP 5)

strrev -- Inverte una stringa

Descrizione

string strrev ( string string )

Restituisce la stringa string invertita.

Esempio 1. Invertire una stringa con strrev()

<?php
echo strrev("Hello world!"); // outputs "!dlrow olleH"
?>

Hosting by: hurra.com
Generated: 2007-01-26 17:56:34