Position actuelle: Accueil> Catégories de fonctions> strrev

strrev

Inverser une chaîne
Nom:strrev
Catégorie:Chaîne
Langage de programmation:php
Description en une ligne:Inversez la chaîne.

Exemple

Inversez la chaîne "J'adore Shanghai!":

 <span class="token php language-php"><span class="token delimiter important"><? Php</span>
<span class="token keyword">Echo</span> <span class="token function">Strrev</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"J&#39;adore Shanghai!"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

Essayez-le vous-même

Fonctions similaires