Come farei per afferrare gli ultimi 7 caratteri della stringa qui sotto?
Per esempio:
$dynamicstring = "2490slkj409slk5409els";
$newstring = some_function($dynamicstring);
echo "The new string is: " . $newstring;
Che mostrerebbe:
The new string is: 5409els