|

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