PHP Interface fXmlRpc\Serializer\SerializerInterface

Afficher le fichier Open project: lstrojny/fxmlrpc Interface Usage Examples

Méthodes publiques

Méthode Description
serialize ( string $method, array $params = [] ) : string Serialize XML/RPC method name and params into XML representation

Method Details

serialize() public méthode

Serialize XML/RPC method name and params into XML representation
public serialize ( string $method, array $params = [] ) : string
$method string
$params array
Résultat string