php trim text length code example Example: php nth characters from end of string $rest = substr("abcdef", -3, 1); // returns 'd'