Como eu pegaria os últimos 7 caracteres da string abaixo?
Por exemplo:
$dynamicstring = "2490slkj409slk5409els";
$newstring = some_function($dynamicstring);
echo "The new string is: " . $newstring;
Qual seria exibido:
The new string is: 5409els