|
PHP5中文手册
SoapServer->getFunctions()(PHP 5 >= 5.0.1) SoapServer->getFunctions() — Returns list of defined functions 说明SoapServer
array
getFunctions
( void
)
This method returns the list of all functions added by SoapServer->addFunction() or SoapServer->setClass(). 返回值The list of all functions. 范例
Example#1 Some examples
<?php |