dams Sat Jan 18 21:41:22 2003 EDT Modified files: /phpdoc/en/reference/session/functions session-decode.xml session-encode.xml Log: cross ref Index: phpdoc/en/reference/session/functions/session-decode.xml diff -u phpdoc/en/reference/session/functions/session-decode.xml:1.2 phpdoc/en/reference/session/functions/session-decode.xml:1.3 --- phpdoc/en/reference/session/functions/session-decode.xml:1.2 Wed Apr 17 02:43:58 2002 +++ phpdoc/en/reference/session/functions/session-decode.xml Sat Jan 18 21:41:21 +2003 @@ -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> @@ -16,6 +16,10 @@ <function>session_decode</function> decodes the session data in <parameter>data</parameter>, setting variables stored in the session. + </para> + <para> + Voir aussi + <function>session_encode</function> </para> </refsect1> </refentry> Index: phpdoc/en/reference/session/functions/session-encode.xml diff -u phpdoc/en/reference/session/functions/session-encode.xml:1.2 phpdoc/en/reference/session/functions/session-encode.xml:1.3 --- phpdoc/en/reference/session/functions/session-encode.xml:1.2 Wed Apr 17 02:43:58 2002 +++ phpdoc/en/reference/session/functions/session-encode.xml Sat Jan 18 21:41:21 +2003 @@ -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> @@ -17,6 +17,10 @@ <para> <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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php