API17

API17:JURI::parse

From Joomla! Documentation

Joomla 11.1 JURI::parse

Description

Parse a given URI and populate the class fields.


public function parse ($uri)
Parameter Type Default Description
$uri string The URI string to parse.
  • Returns boolean True on success.
  • Defined on line 281 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples