Search Results
The SoapHeader class
Sommaire SoapHeader::__construct — Constructeur SoapHeader Source : http://www.php.net/ Ref : classe-soapheader.php
Synopsis de la classe classSoapHeader { /* Propriétés */ public string $ namespace; public string $ name; public mixed $ data = null; public bool $ mustUnderstand ...
Jul 13, 2021 · i have a class that set in $obj->setClass() to handle requests in SoapServer . but now i need to set some soapHeader inside that class. How i can set SoapHeader ...
Class synopsis classSoapHeader { /* Properties */ publicstring $ namespace; publicstring $ name; public mixed $ data = null; publicbool $ mustUnderstand; publicstring ...
Parameters namespace The namespace of the SOAP header element. name The name of the SoapHeader object. data A SOAP header's content. It can be a PHP value or a SoapVar object. mustUnderstand Value of the mustUnderstand attribute of the SOAP header element. actor Value of the actor attribute of the SOAP header element.
Sommaire SoapHeader::__construct — Constructeur SoapHeader SoapHeader::SoapHeader — SoapHeader constructor SoapFault::__toString SOAP SoapHeader::__construct ...
