substr("testers", -1); // returns "s" //Or, for multibyte strings : mb_substr("multibyte string…", -1); // returns "…"