SoapHeader->__construct()
Opis
class SoapHeader {__construct ( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]] )
}
Constructs a new SoapHeader object.
Parametry
namespaceThe namespace of the SOAP header element.
nameThe name of the SOAP header element.
dataA SOAP header's content. It can be a PHP value or a SoapVar object.
mustUnderstandValue of the mustUnderstand attribute of the SOAP header element.
actorValue of the actor attribute of the SOAP header element.
| Poprzedni | Spis treści | Następny |
| SoapFault->__construct() | Początek rozdziału |