didou           Thu Jan 20 13:37:44 2005 EDT

  Added files:                 
    /phpdoc/en/reference/soap/functions soap-soapclient-setcookie.xml 
  Log:
  Add SoapClient->__setCookie() docs
  

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/soap-soapclient-setcookie.xml?r=1.1&p=1
Index: phpdoc/en/reference/soap/functions/soap-soapclient-setcookie.xml
+++ phpdoc/en/reference/soap/functions/soap-soapclient-setcookie.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.soap-soapclient-setcookie">
 <refnamediv>
  <refname>SoapClient->__setCookie()</refname>
  <refpurpose>
   Sets the cookie that will be sent with the SOAP request
  </refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <classsynopsis>
   <ooclass><classname>SoapClient</classname></ooclass>
   <methodsynopsis>
    <type>void</type>
    <methodname>__setCookie</methodname>
    <methodparam><type>string</type><parameter>name</parameter></methodparam>
    <methodparam 
choice="opt"><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
  </classsynopsis>
  <para>
   Defines a cookie to be sent along with the SOAP requests.
  </para>
  <note>
   <para>
    Calling this method will affect all following calls to 
    <classname>SoapClient</classname> methods.
   </para>
  </note>
 </refsect1>
 <refsect1 role="parameters">
  &reftitle.parameters;
  <para>
   <variablelist>
    <varlistentry>
     <term><parameter>name</parameter></term>
     <listitem>
      <para>
       The name of the cookie.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
     <term><parameter>value</parameter></term>
     <listitem>
      <para>
       The value of the cookie. If not specified, the cookie will be deleted.
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   &return.void;
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to