Yar_Server::handle

(PECL yar >= 1.0.0) Start RPC Server public boolean Yar_Server::handle ( void ) Start a RPC HTTP server, and ready for accpet RPC requests. Note: Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to the uri, the service information (commented section above) will be printed on the page Returns: boolean Exa

Yar_Server::__construct

(PECL yar >= 1.0.0) Register a server final public Yar_Server::__construct ( Object $obj ) Set up a Yar HTTP RPC Server, All the public methods of $obj will be register as a RPC service. Parameters: obj An Object, all public methods of its will be registered as RPC services. Returns: An instance of Yar_Server.

SoapVar::SoapVar

(PHP 5 >= 5.0.1, PHP 7) SoapVar constructor SoapVar::SoapVar ( mixed $data, string $encoding [, string $type_name [, string $type_namespace [, string $node_name [, string $node_namespace ]]]] ) Constructs a new SoapVar object. Parameters: data The data to pass or return. encoding The encoding ID, one of the XSD_... constants.

SoapVar::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapVar constructor SoapVar::__construct ( string $data, string $encoding [, string $type_name [, string $type_namespace [, string $node_name [, string $node_namespace ]]]] ) This function is an alias of: SoapVar::SoapVar()

SoapParam::SoapParam

(PHP 5 >= 5.0.1, PHP 7) SoapParam constructor SoapParam::SoapParam ( mixed $data, string $name ) Constructs a new SoapParam object. Parameters: data The data to pass or return. This parameter can be passed directly as PHP value, but in this case it will be named as paramN and the SOAP service may not understand it. name The parameter

SoapParam::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapParam constructor SoapParam::__construct ( mixed $data, string $name ) This function is an alias of: SoapParam::SoapParam()

SoapHeader::SoapHeader

(PHP 5 >= 5.0.1, PHP 7) SoapHeader constructor SoapHeader::SoapHeader ( string $namespace, string $name [, mixed $data [, bool $mustunderstand = false [, string $actor ]]] ) Constructs a new SoapHeader object. Parameters: namespace The namespace of the SOAP header element. name The name of the SoapHeader object.

SoapHeader::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapHeader constructor SoapHeader::__construct ( string $namespace, string $name [, mixed $data [, bool $mustunderstand [, string $actor ]]] ) This function is an alias of: SoapHeader::SoapHeader()

SoapFault::__toString

(PHP 5 >= 5.0.1, PHP 7) Obtain a string representation of a SoapFault public string SoapFault::__toString ( void ) Returns a string representation of the SoapFault. Returns: A string describing the SoapFault.

SoapFault::SoapFault

(PHP 5 >= 5.0.1, PHP 7) SoapFault constructor SoapFault::SoapFault ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) This class is used to send SOAP fault responses from the PHP handler. faultcode, faultstring, faultactor and detail are standard elements of a SOAP Fault. Parameters: faultcode