PHP: substr - Manual - PHP: Hypertext Preprocessor
Parameters string The input string. Must be one character or longer. start If start is non-negative, the returned string will start at the start'th position in string, counting from zero. For instance, in the string 'abcdef', the character at position 0 i...