Php/docs/class.soapserver

提供:Dev Guides
< Php
移動先:案内検索

(PHP 5, PHP 7)

はじめに

SoapServer クラスは » SOAP 1.1 および » SOAP 1.2 プロトコル用のサーバーとなります。 WSDL サービス記述を使用することもしないこともできます。


クラス概要


SoapServer {

/* メソッド */

public addFunction ( mixed $functions ) : void

public addSoapHeader ( SoapHeader $object ) : void

public __construct ( mixed $wsdl [, array $options ] )

public fault ( string $code , string $string [, string $actor [, string $details [, string $name ]]] ) : void

public getFunctions ( ) : array

public handle ([ string $soap_request ] ) : void

public setClass ( string $class_name , mixed ...$args ) : void

public setObject ( object $object ) : void

public setPersistence ( int $mode ) : void

public SoapServer ( mixed $wsdl [, array $options ] )

}

目次