PHP Interface fXmlRpc\Transport\TransportInterface

This interface is implemented by transports to provide means to send requests over the wire.
Mostra file Open project: lstrojny/fxmlrpc Interface Usage Examples

Public Methods

Method Description
send ( string $endpoint, string $payload ) : string Send XML/RPC request over the wire and return the payload

Method Details

send() public method

Send XML/RPC request over the wire and return the payload
public send ( string $endpoint, string $payload ) : string
$endpoint string
$payload string
return string