JURI::getPort/1.5
From Joomla! Documentation
< JURI::getPort(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: re-categorisation) |
||
| (One intermediate revision by one user not shown) | |||
| 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}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::getPort|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function getPort () |
</source> | </source> | ||
| − | + | * '''Returns''' int The URI port number | |
| − | int The URI port number | + | * '''Defined''' on line 617 of libraries/joomla/environment/uri.php |
| − | + | ||
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::getPort''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#getPort api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JURI source code''' on [[jframework15:environment/uri.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Class [[JURI/1.5|JURI]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage_Environment/1.5|Environment]] | ||
| + | * [[JURI::getPort|Other versions of JURI::getPort]] | ||
| + | {{SeeAlso:JURI::getPort}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::getPort|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 30: | Line 29: | ||
category=JURI::getPort | category=JURI::getPort | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:JURI | + | <noinclude>[[Category:JURI]]</noinclude> |
Latest revision as of 12:55, 9 August 2012
[edit]
JURI::getPort
[edit] Description
Get URI port returns the port number, or null if no port was specified.
Description:JURI::getPort [Edit Descripton]
public function getPort ()
- Returns int The URI port number
- Defined on line 617 of libraries/joomla/environment/uri.php
[edit] See also
-
JURI::getPort on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::getPort
SeeAlso:JURI::getPort [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />