API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JURI::getPort|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JURI::getPort|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:19, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JURI::getPort}}

User contributed notes

<CodeExamplesForm />