Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...