API17:JRequest::getFloat
From Joomla! Documentation
(Difference between revisions)
m |
|||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JRequest::getFloat== | =={{JVer|11.1}} JRequest::getFloat== | ||
===Description=== | ===Description=== | ||
| − | Fetches and returns a given filtered | + | Fetches and returns a given filtered variable. |
{{Description:JRequest::getFloat}} | {{Description:JRequest::getFloat}} | ||
| Line 61: | Line 61: | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRequest]][[Category:JRequest::getFloat]]</noinclude> | <noinclude>[[Category:JRequest]][[Category:JRequest::getFloat]]</noinclude> | ||
| − | |||
Revision as of 03:00, 29 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 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 />
