예제 #1
0
<?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();
 }