SoapServer::setPersistenceSets SoapServer persistence mode Description
public void SoapServer::setPersistence(int
$mode )This function allows changing the persistence state of a SoapServer object between requests. This function allows saving data between requests utilizing PHP sessions. This method only has an affect on a SoapServer after it has exported functions utilizing SoapServer::setClass.
Parameters
Return ValuesNo value is returned. Examples
Example #1 SoapServer::setPersistence example
See Also
|