écrire un string à l’envers en php

function solution(string $str): string {
return strrev($str);

}
Catégories : PHP