Javascript debugger
Website design
↑
SoapHeader {
__construct(string namespace,
string name,
mixed data,
bool mustUnderstand,
mixed actor);
}
Constructs a new SoapHeader
object.
The namespace of the SOAP header element.
The name of the SOAP header element.
A SOAP header's content. It can be a PHP value or a
SoapVar
object.
Value of the mustUnderstand
attribute of the SOAP
header element.
Value of the actor
attribute of the SOAP header
element.