JURI::buildQuery/1.5
From Joomla! Documentation
< JURI::buildQuery(Difference between revisions)
(Layout updates) |
m (→User contributed notes: re-categorisation) |
||
| Line 56: | Line 56: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:JURI | + | <noinclude>[[Category:JURI]]</noinclude> |
Latest revision as of 12:48, 9 August 2012
[edit]
JURI::buildQuery
[edit] 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
[edit] 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]
[edit] User contributed notes
<CodeExamplesForm />