For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2006 > cvs: phpdoc /en/reference/soap/functions soap-soapserver-setpersistence.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/soap/functions soap-soapserver-setpersistence.xml
Jean-Sébastien Goupil

2006-09-12, 9:57 pm

jsgoupil Wed Sep 13 02:53:46 2006 UTC

Modified files:
/phpdoc/en/reference/soap/functions
soap-soapserver-setpersistence.xml
Log:
add explication thanks to #38665

http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.2 phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.3
--- phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.2 Mon Apr 11 08:27:31 2005
+++ phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml Wed Sep 13 02:53:46 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.soap-soapserver-setpersistence">
<refnamediv>
<refname>SoapServer->setPersistence()</refname>
@@ -60,6 +60,14 @@
]]>
</programlisting>
</example>
+ <note>
+ <simpara>
+ The persistence
+ <constant>SOAP_PERSISTENCE_SESSION</constant> makes persistent only object
+ of given class, but not the class static data. You may use $this->bar
+ instead of self::$bar.
+ </simpara>
+ </note>
</para>
</refsect1>
<refsect1 role="seealso">
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com