[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/XmlRpc/Value/ -> Base64.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 68 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_XmlRpc_Value_Base64:: (2 methods):
  __construct()
  getValue()


Class: Zend_XmlRpc_Value_Base64  - X-Ref


__construct($value, $alreadyEncoded = false)   X-Ref
Set the value of a base64 native type
We keep this value in base64 encoding

param: string $value
param: bool $already_encoded If set, it means that the given string is already base64 encoded

getValue()   X-Ref
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)

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1