|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($value, $alreadyEncoded=false) | |
| getValue () | |
Definition at line 37 of file Base64.php.
| __construct | ( | $ | value, |
| $ | alreadyEncoded = false |
||
| ) |
Set the value of a base64 native type We keep this value in base64 encoding
| string | $value | |
| bool | $already_encoded | If set, it means that the given string is already base64 encoded |
Definition at line 47 of file Base64.php.
| getValue | ( | ) |
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)
Reimplemented from Zend_XmlRpc_Value.
Definition at line 64 of file Base64.php.