Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_XmlRpc_Value_Double

Zend_XmlRpc
|-Zend_XmlRpc_Value
|- class Zend_XmlRpc_Value_Double extends Zend_XmlRpc_Value_Scalar
Defined in line 37 of file XmlRpc/Value/Double.php.
CategoryZend
PackageZend_XmlRpc
SubpackageValue
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance methods
+ __construct() Set the value of a double native type
+ getValue() Return the value of this object, convert the XML-RPC native double value into a PHP float

Details

Instance methods

__construct()
public function __construct( $value)
Set the value of a double native type
Parameters
float $value
getValue()
public function getValue( )
Return the value of this object, convert the XML-RPC native double value into a PHP float
Returns float