This class can be used to convert the request path info string into an array. It parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable. The class can also check if a given path info segment exists and what is its value.