API17:JRequest::getFloat
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
|
| (2 intermediate revisions by one user not shown) | |
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 />
