|
SoapServer::setPersistence(PHP 5 >= 5.1.2) SoapServer::setPersistence — Sets SoapServer persistence mode Описание
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().
Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
Пример #1 SoapServer::setPersistence() example
<?php Смотрите также
|
|