php man page for soapserver

Query: soapserver

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SOAPSERVER(3)								 1							     SOAPSERVER(3)

The SoapServer class

INTRODUCTION
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.
CLASS SYNOPSIS
SoapServer SoapServer Methods o public void SoapServer::addFunction (mixed $functions) o public void SoapServer::addSoapHeader (SoapHeader $object) o public SoapServer::__construct (mixed $wsdl, [array $options]) o public void SoapServer::fault (string $code, string $string, [string $actor], [string $details], [string $name]) o public array SoapServer::getFunctions (void ) o public void SoapServer::handle ([string $soap_request]) o public void SoapServer::setClass (string $class_name, [mixed $args], [mixed $...]) o public void SoapServer::setObject (object $object) o public void SoapServer::setPersistence (int $mode) o public SoapServer::SoapServer (mixed $wsdl, [array $options]) PHP Documentation Group SOAPSERVER(3)
Related Man Pages
splqueue(3) - php
reflectionmethod(3) - php
reflectionobject(3) - php
spldoublylinkedlist(3) - php
soapclient.__dorequest(3) - php
Similar Topics in the Unix Linux Community
Time Calculation