|
PHP5中文手册
SoapServer->addFunction()(PHP 5 >= 5.0.1) SoapServer->addFunction() — Adds one or several functions those will handle SOAP requests 说明SoapServer
void addFunction
( mixed $functions
)
Exports one or more functions for remote clients. 参数
返回值无返回值。 范例
Example#1 Some examples
<?php |