Date: 11/14/00
- Next message: Chong Chin Hong: "[PHP-DOC] PHP ªì¾ÇªÌ"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions session.xml"
- In reply to: Damien Seguy: "[PHP-DOC] sessions.xml and also versions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 14 Nov 2000, Damien Seguy wrote:
> There is
> " <function>session_register</function> variable number of
> arguments, any of which can be either a string holding the
> variable name or an array consisting of such variable names or
> other arrays. For each encountered variable name,
> <function>session_register</function> registers the global
> variable named by it with the current session.
> "
> I'm pretty confused by this sentence. Is there anything missing?
> Is it possible to have it clarified?
For example:
session_register('a', array('b', 'c'));
Will register variables $a, $b, and $c in the session.
-Andrei
"The time from now until the completion
of the project tends to become constant." -- Douglas Hartree
- Next message: Chong Chin Hong: "[PHP-DOC] PHP ªì¾ÇªÌ"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions session.xml"
- In reply to: Damien Seguy: "[PHP-DOC] sessions.xml and also versions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

