...
The cUri class also offers a parse() method which allows for splitting an URI into its components (thats what the PHP function parse_url() does) which is extended by the key 'params' that contains name, value pairs for each parameter of the given URI.
...