SoapServer->setPersistence()

(no version information, might be only in CVS)

SoapServer->setPersistence() --  Sets persistence mode of SoapServer

Descripción

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().

Lista de parámetros

mode

One of the SOAP_PERSISTENCE_XXX constants.

Valores retornados

No value is returned.

Ejemplos

Ejemplo 1. Some examples

<?php

$server
->setPersistence(SOAP_PERSISTENCE_SESSION);

$server->setPersistence(SOAP_PERSISTENCE_REQUEST);

?>

Ver también

SoapServer->__construct()
SoapServer->setClass()

Hosting by: hurra.com
Generated: 2007-01-26 18:01:06