|
PHP5中文手册
SoapServer->setPersistence()(PHP 5 >= 5.1.2) SoapServer->setPersistence() — Sets persistence mode of SoapServer 说明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(). 参数
返回值无返回值。 范例
Example#1 Some examples
<?php
|