Re: [PHP-DOC] sessions.xml and also versions From: Andrei Zmievski (andrei <email protected>)
Date: 11/14/00

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