API17:JRequest::getFloat
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
|||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JRequest::getFloat== | =={{JVer|11.1}} JRequest::getFloat== | ||
===Description=== | ===Description=== | ||
| − | Fetches and returns a given filtered variable. | + | Fetches and returns a given filtered <span class="plainlinks">[http://www.diamondlinks.net/<span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">link building</span>] variable. |
{{Description:JRequest::getFloat}} | {{Description:JRequest::getFloat}} | ||
Revision as of 22:15, 28 August 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRequest::getFloat
Description
Fetches and returns a given filtered link building variable.
Description:JRequest::getFloat [Edit Descripton]
public static function getFloat ( $name $default=0.0 $hash= 'default' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $default | 0.0 | ||
| $hash | 'default' |
- Returns
- Defined on line 194 of libraries/joomla/environment/request.php
See also
-
JRequest::getFloat source code on BitBucket
-
Class JRequest
-
Subpackage Environment
- Other versions of JRequest::getFloat
SeeAlso:JRequest::getFloat [Edit See Also]
User contributed notes
<CodeExamplesForm />
