|
PHP5中文手册
SoapServer->handle()(PHP 5 >= 5.0.1) SoapServer->handle() — Handles a SOAP request 说明SoapServer
void handle
([ string $soap_request
] )
Processes a SOAP request, calls necessary functions, and sends a response back. 参数
返回值无返回值。 范例
Example#1 Some examples
<?php |