Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soapserver(3) [php man page]

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)

Check Out this Related Man Page

RECURSIVEARRAYITERATOR(3)						 1						 RECURSIVEARRAYITERATOR(3)

The RecursiveArrayIterator class

INTRODUCTION
This iterator allows to unset and modify values and keys while iterating over Arrays and Objects in the same way as the ArrayIterator. Additionally it is possible to iterate over the current iterator entry. CLASS SYNOPSIS
RecursiveArrayIterator RecursiveArrayIteratorextends ArrayIteratorRecursiveIterator Methods o public RecursiveArrayIterator RecursiveArrayIterator::getChildren (void ) o public bool RecursiveArrayIterator::hasChildren (void ) Inherits o public void ArrayIterator::append (mixed $value) o public void ArrayIterator::asort (void ) o public ArrayIterator::__construct ([mixed $array = array()], [int $flags]) o public int ArrayIterator::count (void ) o public mixed ArrayIterator::current (void ) o public array ArrayIterator::getArrayCopy (void ) o public void ArrayIterator::getFlags (void ) o public mixed ArrayIterator::key (void ) o public void ArrayIterator::ksort (void ) o public void ArrayIterator::natcasesort (void ) o public void ArrayIterator::natsort (void ) o public void ArrayIterator::next (void ) o public void ArrayIterator::offsetExists (string $index) o public mixed ArrayIterator::offsetGet (string $index) o public void ArrayIterator::offsetSet (string $index, string $newval) o public void ArrayIterator::offsetUnset (string $index) o public void ArrayIterator::rewind (void ) o public void ArrayIterator::seek (int $position) o public string ArrayIterator::serialize (void ) o public void ArrayIterator::setFlags (string $flags) o public void ArrayIterator::uasort (string $cmp_function) o public void ArrayIterator::uksort (string $cmp_function) o public string ArrayIterator::unserialize (string $serialized) o public bool ArrayIterator::valid (void ) PHP Documentation Group RECURSIVEARRAYITERATOR(3)
Man Page