PHP Interface fXmlRpc\Serializer\SerializerInterface

ファイルを表示 Open project: lstrojny/fxmlrpc Interface Usage Examples

Public Methods

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

Method Details

serialize() public method

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