PHP URI Class
Package:
Summary:
Convert the request path info string into an array
Groups:
Author:
Description:
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.
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.
Comments are closed.