PHP Class fXmlRpc\Value\Base64

Inheritance: implements fXmlRpc\Value\Base64Interface
Datei anzeigen Open project: lstrojny/fxmlrpc Class Usage Examples

Public Methods

Method Description
deserialize ( string $value ) : Base64 Return new base64 value by string
getDecoded ( )
getEncoded ( )
serialize ( string $string ) : Base64 Return new base64 value object by encoded value

Private Methods

Method Description
__construct ( string $encoded, string $decoded )

Method Details

deserialize() public static method

Return new base64 value by string
public static deserialize ( string $value ) : Base64
$value string
return Base64

getDecoded() public method

public getDecoded ( )

getEncoded() public method

public getEncoded ( )

serialize() public static method

Return new base64 value object by encoded value
public static serialize ( string $string ) : Base64
$string string
return Base64