| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Environment |
JURI |
getPath |
getPath() |
Never | Work in Progress |
Gets the URI path string.
string getPath ()
Example
$uri = new JURI( 'http://forum.joomla.org/index.php/topic,41464.msg227819.html#msg227819' ); echo "Path: " . $uri->getPath();
might produce:
Result
Path: /index.php/topic,41464.msg227819.html