| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
SoapHeader->__construct()
Popis
class SoapHeader {__construct ( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]] )
}
Constructs a new SoapHeader object.
Seznam parametrů
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.
| PÅ™edcházejÃcà | Domů | Dalšà |
| SoapFault->__construct() | Nahoru |