references:joomla.framework:environment:juri-getportgetPort
Gets URI port number, or null if no port was specified. Syntaxint getPort () ExamplesExample $uri = new JURI( 'http://forum.joomla.org:1572/index.php/topic,41464.msg227819.html#msg227819' ); echo "Port: " . $uri->getPort(); might produce: Result Port: 1572
|


