[prev in list] [next in list] [prev in thread] [next in thread] 

List:       phpdoc
Subject:    [PHP-DOC] cvs: phpdoc-es /reference/session/functions session-get-cookie-params.xml session-module-n
From:       "Rafael Martinez" <rafael () viewpoint ! no>
Date:       2002-05-31 14:59:30
[Download RAW message or body]

rafael		Fri May 31 10:59:30 2002 EDT

  Added files:                 
    /phpdoc-es/reference/session/functions	
                                          	session-get-cookie-params.xml 
                                          	session-module-name.xml 
                                          	session-set-cookie-params.xml 
  Log:
  Translation updated to PHP 4.x
  
  

Index: phpdoc-es/reference/session/functions/session-get-cookie-params.xml
+++ phpdoc-es/reference/session/functions/session-get-cookie-params.xml
<?xml version="1.0" encoding="iso-8859-1"?>
  <refentry id="function.session-get-cookie-params">
   <refnamediv>
    <refname>session_get_cookie_params</refname>
    <refpurpose>
     Obtiene los par&aacute;metros de la cookie de la sesi&oacute;n
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Descripci&oacute;n</title>
     <methodsynopsis>
      <type>array</type><methodname>session_get_cookie_params</methodname>
      <void/>
     </methodsynopsis>
    <para>
     La funci&oacute;n <function>session_get_cookie_params</function>
	 devuelve un vector con informaci&oacute;n sobre la cookie de la
	 sesi&oacute;n actual, conteniendo los siguientes elementos:
     <itemizedlist>
      <listitem>
       <simpara>
        "lifetime" -  La duraci&oacute;n de la cookie.
       </simpara>
      </listitem>
      <listitem>
       <simpara>
        "path" -  La ruta donde se guarda la informaci&oacute;n.
       </simpara>
      </listitem>
      <listitem>
       <simpara>
        "domain" -  El dominio de la cookie.
       </simpara>
      </listitem>
      <listitem>
       <simpara>
        "secure" -  La cookie debe ser enviada s&oacute;lo bajo conexiones seguras.
        (Este elemento fue a&ntilde;adido en PHP 4.0.4.)
       </simpara>
      </listitem>
     </itemizedlist>
    </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
-->

Index: phpdoc-es/reference/session/functions/session-module-name.xml
+++ phpdoc-es/reference/session/functions/session-module-name.xml
<?xml version="1.0" encoding="iso-8859-1"?>
  <refentry id="function.session-module-name">
   <refnamediv>
    <refname>session_module_name</refname>
    <refpurpose>Lee y/o cambia el m&oacute;dulo de la sesi&oacute;n actual</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Descripci&oacute;n</title>
     <methodsynopsis>
      <type>string</type><methodname>session_module_name</methodname>
      <methodparam choice="opt"><type>string</type><parameter>m&oacute;dulo</parameter></methodparam>
     </methodsynopsis>
    <para>
     <function>session_module_name</function> devuelve el nombre
	 del m&oacute;dulo de la sesi&oacute;n actual. Si se especifica
     <parameter>m&oacute;dulo</parameter>, se usar&aacute; ese
	 m&oacute;dulo en su lugar.
    </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
-->

Index: phpdoc-es/reference/session/functions/session-set-cookie-params.xml
+++ phpdoc-es/reference/session/functions/session-set-cookie-params.xml
<?xml version="1.0" encoding="iso-8859-1"?>
  <refentry id="function.session-set-cookie-params">
   <refnamediv>
    <refname>session_set_cookie_params</refname>
    <refpurpose>
     Cambia los par&aacute;metros de la cookie de la sesi&oacute;n
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Descripci&oacute;n</title>
     <methodsynopsis>
      <type>void</type><methodname>session_set_cookie_params</methodname>
      <methodparam><type>int</type><parameter>duraci&oacute;n</parameter></methodparam>
      <methodparam choice="opt"><type>string</type><parameter>path</parameter></methodparam>
      <methodparam choice="opt"><type>string</type><parameter>dominio</parameter></methodparam>
      <methodparam choice="opt"><type>bool</type><parameter>segura</parameter></methodparam>
     </methodsynopsis>
    <para>
     Cambia los par&aacute;metros de la cookie definidos en el archivo
	 &php.ini;. El efecto de esta funci&oacute;n s&oacute;lo dura
	 hasta que termina el script.
    </para>
    <note>
     <para>
       El par&aacute;metro <parameter>segura</parameter> fue a&ntilde;adido
	   en PHP 4.0.4.
     </para>
    </note>
   </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
-->


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic