cross ref

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112630 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-01-19 02:41:21 +00:00
parent 146a40be75
commit 3236252d64
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
<refentry id="function.session-decode">
<refnamediv>
@ -17,6 +17,10 @@
<parameter>data</parameter>, setting variables stored in the
session.
</para>
<para>
Voir aussi
<function>session_encode</function>
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
<refentry id="function.session-encode">
<refnamediv>
@ -18,6 +18,10 @@
<function>session_encode</function> returns a string with the
contents of the current session encoded within.
</para>
<para>
See also
<function>session_decode</function>
</para>
</refsect1>
</refentry>