JURI::getPort: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Get URI port Returns the port number, or null if no port was specified. | Get URI port Returns the port number, or null if no port was specified. | ||
{{Description:JURI::getPort}} | {{subst:Description:JURI::getPort}} | ||
<source lang="php"> | <source lang="php"> | ||
public function getPort () | public function getPort () | ||
| Line 18: | Line 16: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]] | ||
* [[API17:JURI::getPort|Other versions of JURI::getPort]] | * [[API17:JURI::getPort|Other versions of JURI::getPort]] | ||
{{SeeAlso:JURI::getPort}} | {{subst:SeeAlso:JURI::getPort}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 16:19, 24 March 2017
JURI::getPort
Description
Get URI port Returns the port number, or null if no port was specified.
{{subst:Description:JURI::getPort}}
public function getPort ()
- Returns int The URI port number.
- Defined on line 592 of libraries/joomla/environment/uri.php
See also
JURI::getPort source code on BitBucket
Class JURI
Subpackage Environment- Other versions of JURI::getPort
{{subst:SeeAlso:JURI::getPort}}
User contributed notes
<CodeExamplesForm />