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_request
The SOAP request. If this argument is omitted, the request is supposed to be in the
$HTTP_RAW_POST_DATA
PHP variable.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
SoapServer->getFunctions() | Nahoru |