Comment pourrais-je récupérer les 7 derniers caractères de la chaîne ci-dessous?
Par exemple:
$dynamicstring = "2490slkj409slk5409els";
$newstring = some_function($dynamicstring);
echo "The new string is: " . $newstring;
Ce qui afficherait:
The new string is: 5409els