PHP Interface fXmlRpc\Value\Base64Interface

Afficher le fichier Open project: lstrojny/fxmlrpc

Méthodes publiques

Méthode Description
getDecoded ( ) : string Get base64 value as binary string
getEncoded ( ) : string Get base64 value as base64 encoded string

Method Details

getDecoded() public méthode

Get base64 value as binary string
public getDecoded ( ) : string
Résultat string

getEncoded() public méthode

Get base64 value as base64 encoded string
public getEncoded ( ) : string
Résultat string