JURI::buildQuery/1.5
From Joomla! Documentation
< JURI::buildQuery(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 4: | Line 4: | ||
Build a query from a array (reverse of the PHP parse_str()). | Build a query from a array (reverse of the PHP parse_str()). | ||
| + | {{Description:JURI::buildQuery}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::buildQuery|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function buildQuery ( |
| + | $params | ||
| + | $akey=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The resulting query string | |
| − | string The resulting query string | + | * '''Defined''' on line 490 of libraries/joomla/environment/uri.php |
| − | + | * '''Since''' {{JVer|1.5 }} | |
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::buildQuery''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#buildQuery 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::buildQuery|Other versions of JURI::buildQuery]] | ||
| + | {{SeeAlso:JURI::buildQuery}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::buildQuery|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 51: | ||
category=JURI::buildQuery | category=JURI::buildQuery | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JURI]][[Category:JURI::buildQuery]]</noinclude> | <noinclude>[[Category:JURI]][[Category:JURI::buildQuery]]</noinclude> | ||
Revision as of 20:32, 25 April 2011
JURI::buildQuery
Description
Build a query from a array (reverse of the PHP parse_str()).
Description:JURI::buildQuery [Edit Descripton]
public function buildQuery ( $params $akey=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $params | |||
| $akey | null |
- Returns string The resulting query string
- Defined on line 490 of libraries/joomla/environment/uri.php
- Since
See also
-
JURI::buildQuery on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::buildQuery
SeeAlso:JURI::buildQuery [Edit See Also]
User contributed notes
<CodeExamplesForm />