|

|
 |
Method
void addFunction(mixed $functions)
|
 |
| |
Description:
|
|
| |
Adds to the functions currently available to the server
|
|
| |
Based on the parameters passed, addfunction will add a single function, an array of functions or all functions to those available. addFunction should only be used when implementing a non-class SoapServer.
|
|
| |
Parameters:
|
|
| |
$functions -- a string, an array of strings, or constant SOAP_FUNCTIONS_ALL.(SOAP_FUNCTIONS_ALL is currently default for testing purposes, this will probably
be changed for security reasons.)
|
|
|