|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-17 10:29 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 01:00:02 2026 UTC |
I would like to register several variables with one function call only. Example : Session_register("foo", "bar"); instead of : session_register("foo"); session_register("bar"); ... Regards - Noer.