SoapHeader::__construct Constructeur SoapHeader &reftitle.description; SoapHeader::__construct stringnamespace stringname mixeddata boolmustunderstand stringactor Construit un nouvel objet SoapHeader. &reftitle.parameters; namespace L'espace de noms de l'élément d'entête SOAP. name Le nom de l'élément d'entête SOAP. data Un contenu de l'en-tête SOAP. Il peut être une valeur PHP ou un objet SoapVar. mustUnderstand Valeur de l'attribut mustUnderstand de l'élément d'entête SOAP. actor Valeur de l'attribut actor de l'élément d'entête SOAP. &reftitle.examples; Exemple avec <function>SoapHeader::__construct</function> "http://localhost/soap.php", 'uri' => "http://test-uri/")); $client->__soapCall("echoVoid", null, null, new SoapHeader('http://soapinterop.org/echoheader/', 'echoMeStringRequest', 'hello world')); ?> ]]> &reftitle.seealso; SoapClient::__soapCall SoapVar::__construct SoapParam::__construct SoapServer::addSoapHeader