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


Method

void setPersistence(long $persistence)

 

Description:

 
  sets the persistence of the created soap object

 
  This function should only be used if the SoapServer is bound to a class. Use constant
SOAP_PERSISTENCE_SESSION - tells the server to keep the object created at the end of the request
or
SOAP_PERSISTENCE_REQUEST - tells the server to discard the object at the end of the request


 
 

Parameters:

 
  $persistence -- use SOAP_PERSISTENCE_SESSION or SOAP_PERSISTENCE_REQUEST  

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