PHP. Руководство по PHP. 2005
SoapServer->setPersistence()SoapServer->setPersistence()
(no version information, might be only in CVS)SoapServer->setPersistence() -- Sets persistence mode of SoapServer
Описание
class SoapServer {void setPersistence (int mode)
}
This function allows saving data between requests in a PHP session. It works only with a server that exports functions from a class with SoapServer->setClass().
Список параметров
- mode
-
One of the SOAP_PERSISTENCE_XXX constants.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Примеры
Смотрите также
SoapServer->__construct() |
SoapServer->setClass() |
|
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪