コード例 #1
0
ファイル: xmlrpc.php プロジェクト: spoymenov/arisgames
<?php

/**
 * XML-RPC server
 */
include "globals.php";
include "core/xmlrpc/app/Gateway.php";
$gateway = new Gateway();
$gateway->setBaseClassPath($servicesPath);
$gateway->service();
コード例 #2
0
ファイル: AMF.php プロジェクト: how/openpasl
 public function handle()
 {
     $this->gateway->service();
 }