Class Zend_XmlRpc_Value_Base64

Description
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /XmlRpc/Value/Base64.php (line 36)

Zend_XmlRpc_Value
   |
   --Zend_XmlRpc_Value_Scalar
      |
      --Zend_XmlRpc_Value_Base64
Method Summary
 Zend_XmlRpc_Value_Base64 __construct (string $value, [bool $already_encoded = false])
 string getValue ()
Variables
Methods
Constructor __construct (line 46)

Set the value of a base64 native type We keep this value in base64 encoding

  • access: public
Zend_XmlRpc_Value_Base64 __construct (string $value, [bool $already_encoded = false])
  • string $value
  • bool $already_encoded: If set, it means that the given string is already base64 encoded
getValue (line 63)

Return the value of this object, convert the XML-RPC native base64 value into a PHP string We return this value decoded (a normal string)

  • access: public
string getValue ()

Redefinition of:
Zend_XmlRpc_Value::getValue()
Return the value of this object, convert the XML-RPC native value into a PHP variable

Inherited Methods

Inherited From Zend_XmlRpc_Value_Scalar

 Zend_XmlRpc_Value_Scalar::saveXML()

Inherited From Zend_XmlRpc_Value

 Zend_XmlRpc_Value::getAsDOM()
 Zend_XmlRpc_Value::getType()
 Zend_XmlRpc_Value::getValue()
 Zend_XmlRpc_Value::getXmlRpcValue()
 Zend_XmlRpc_Value::saveXML()
 Zend_XmlRpc_Value::_stripXmlDeclaration()
Class Constants

Documentation generated on Sun, 27 May 2007 23:20:59 -0700 by phpDocumentor 1.3.2