コード例 #1
0
ファイル: xmlrpc.lib.php プロジェクト: rip-projects/ark-php
 function XMLRPC_ClientMulticall($server, $path = false, $port = 80)
 {
     parent::XMLRPC_Client($server, $path, $port);
     $this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
 }