logo
  • 教程列表
  • SO官方文檔
  • SOAP 伺服器
    • 基本 SOAP 伺服器
  1. StackOverflow 文件
  2. PHP 教程
  3. SOAP 伺服器
  4. 基本 SOAP 伺服器

基本 SOAP 伺服器

Created: November-22, 2018

function test($x)
{
    return $x;
}

$server = new SoapServer(null, array('uri' => "http://test-uri/"));
$server->addFunction("test");
$server->handle();
  • SOAP 伺服器

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明