references:joomla.framework:environment:juri-parseparse
Parses a given URI and populates the class fields. Syntaxboolean parse ( $uri )
ExamplesExample $uri = new JURI(); $uri->parse( 'https://forum.joomla.org/index.php?topic=46226&action=new' ); echo "Query String: " . $uri->getQueryString(); might produce: Result Query String: topic=46226&action=new |


