suche nach in der

SoapServer->addFunction()> <SoapClient::SoapClient
Last updated: Sat, 07 Jan 2012

view this page in

The SoapServer class

(No version information available, might only be in SVN)

Einführung

The SoapServer class provides a server for the » SOAP 1.1 and » SOAP 1.2 protocols. It can be used with or without a WSDL service description.

Klassenbeschreibung

SoapServer {
/* Methoden */
public void addFunction ( mixed $functions )
public void addSoapHeader ( SoapHeader $object )
public void fault ( string $code , string $string [, string $actor [, string $details [, string $name ]]] )
public array getFunctions ( void )
public void handle ([ string $soap_request ] )
public void setClass ( string $class_name [, mixed $args [, mixed $... ]] )
public void setObject ( object $object )
public void setPersistence ( int $mode )
SoapServer ( mixed $wsdl [, array $options ] )
}

Inhaltsverzeichnis



add a note add a note User Contributed Notes
SoapServer
There are no user contributed notes for this page.

SoapServer->addFunction()> <SoapClient::SoapClient
Last updated: Sat, 07 Jan 2012