Thursday, July 24, 2008
Home | Benchmarks | Documentation | Samples | FAQ | Links | Download
search php-soap for  


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.)  

blue | green | yellow | grey
SourceForge Logo
Go to the main PHP site