PHP URI Class

Package:
PHP URI Class
Summary:
Convert the request path info string into an array
Groups:
HTTP, PHP 5
Author:
Sebastian Potasiak
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.


Powered by Gewgley