| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
SoapClient->__doRequest()
Popis
class SoapClient {string __doRequest ( string request, string location, string action, int version [, int one_way] )
}
Performs SOAP request over HTTP.
This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose.
Seznam parametrů
requestThe XML SOAP request.
locationThe URL to request.
actionThe SOAP action.
versionThe SOAP version.
one_way
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| SoapClient->__construct() | Nahoru |