JURI:: parseURL/1.5
From Joomla! Documentation
< JURI:: parseURL(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 4: | Line 4: | ||
Backwards compatibility function for parse_url function. | Backwards compatibility function for parse_url function. | ||
| + | {{Description:JURI::_parseURL}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::_parseURL|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function _parseURL ($uri) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 763 of libraries/joomla/environment/uri.php | |
| − | + | ||
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::_parseURL''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#_parseURL 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::_parseURL|Other versions of JURI::_parseURL]] | ||
| + | {{SeeAlso:JURI::_parseURL}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::_parseURL|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 43: | Line 42: | ||
category=JURI::_parseURL | category=JURI::_parseURL | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JURI]][[Category:JURI::_parseURL]]</noinclude> | <noinclude>[[Category:JURI]][[Category:JURI::_parseURL]]</noinclude> | ||
Revision as of 20:31, 25 April 2011
JURI::_parseURL
Description
Backwards compatibility function for parse_url function.
Description:JURI:: parseURL [Edit Descripton]
public function _parseURL ($uri)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $uri |
- Returns
- Defined on line 763 of libraries/joomla/environment/uri.php
See also
-
JURI::_parseURL on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::_parseURL
SeeAlso:JURI:: parseURL [Edit See Also]
User contributed notes
<CodeExamplesForm />