API17

Difference between revisions of "JRequest::getFloat"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRequest::getFloat source code''' on [[jplatform:environment/request.php#cl-186|BitBucket]]
 
* {{JVer|11.1}} '''JRequest::getFloat source code''' on [[jplatform:environment/request.php#cl-186|BitBucket]]
* {{JVer|11.1}} Class [[JRequest/11.1|JRequest]]
+
* {{JVer|11.1}} Class [[API17:JRequest|JRequest]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JRequest::getFloat|Other versions of JRequest::getFloat]]
+
* [[API17:JRequest::getFloat|Other versions of JRequest::getFloat]]
 
{{SeeAlso:JRequest::getFloat}}
 
{{SeeAlso:JRequest::getFloat}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:24, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRequest::getFloat[edit]

Description[edit]

Fetches and returns a given filtered variable.

Template: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[edit]

Template:SeeAlso:JRequest::getFloat [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />