Search Results

  1. The SoapHeader class

  2. Sommaire SoapHeader::__construct — Constructeur SoapHeader Source : http://www.php.net/ Ref : classe-soapheader.php

  3. Synopsis de la classe classSoapHeader { /* Propriétés */ public string $ namespace; public string $ name; public mixed $ data = null; public bool $ mustUnderstand ...

  4. 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 ...

  5. Class synopsis classSoapHeader { /* Properties */ publicstring $ namespace; publicstring $ name; public mixed $ data = null; publicbool $ mustUnderstand; publicstring ...

  6. 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.

  7. Sommaire SoapHeader::__construct — Constructeur SoapHeader SoapHeader::SoapHeaderSoapHeader constructor SoapFault::__toString SOAP SoapHeader::__construct ...