| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
SoapServer->handle()
Popis
class SoapServer {void handle ( [string soap_request] )
}
Processes a SOAP request, calls necessary functions, and sends a response back.
Seznam parametrů
soap_requestThe SOAP request. If this argument is omitted, the request is supposed to be in the
$HTTP_RAW_POST_DATAPHP variable.
| PÅ™edcházejÃcà | Domů | Dalšà |
| SoapServer->getFunctions() | Nahoru |