PHP Class fXmlRpc\Value\Base64

Inheritance: implements fXmlRpc\Value\Base64Interface
Afficher le fichier Open project: lstrojny/fxmlrpc Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
__construct ( string $encoded, string $decoded )

Method Details

deserialize() public static méthode

Return new base64 value by string
public static deserialize ( string $value ) : Base64
$value string
Résultat Base64

getDecoded() public méthode

public getDecoded ( )

getEncoded() public méthode

public getEncoded ( )

serialize() public static méthode

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