get first character until second character of string php code example Example: php nth characters from end of string Click to copy$rest = substr("abcdef", -3, 1); // returns 'd'