API17

API17:JURI::getPort

From Joomla! Documentation

Revision as of 03:53, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JURI::getPort

Description

Get URI port Returns the port number, or null if no port was specified.


public function getPort ()
  • Returns int The URI port number.
  • Defined on line 592 of libraries/joomla/environment/uri.php

See also


User contributed notes

Code Examples