¿Cómo haría para agarrar los últimos 7 caracteres de la cadena a continuación?
Por ejemplo:
$dynamicstring = "2490slkj409slk5409els";
$newstring = some_function($dynamicstring);
echo "The new string is: " . $newstring;
Que mostraría:
The new string is: 5409els