Class Zend_XmlRpc_Value_DateTime

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

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

Zend_XmlRpc_Value
   |
   --Zend_XmlRpc_Value_Scalar
      |
      --Zend_XmlRpc_Value_DateTime
Method Summary
 Zend_XmlRpc_Value_DateTime __construct (mixed $value)
 int getValue ()
Variables
Methods
Constructor __construct (line 47)

Set the value of a dateTime.iso8601 native type

The value is in iso8601 format, minus any timezone information or dashes

  • access: public
Zend_XmlRpc_Value_DateTime __construct (mixed $value)
  • mixed $value: Integer of the unix timestamp or any string that can be parsed to a unix timestamp using the PHP strtotime() function
getValue (line 74)

Return the value of this object as iso8601 dateTime value

  • return: As a Unix timestamp
  • access: public
int 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:22:17 -0700 by phpDocumentor 1.3.2