From: Alex B. <en...@tu...> - 2001-05-06 18:01:43
|
Good point, added and attached. I've added support for multiple arguments to both Register() and Unregister() _alex > Hi Alex, > > i would add support for multiple arguments to the registster/unregister > functions. > So it is possible to call $sess->register("x1", "x2", ... , "n"). > > function register() { > $arguments = func_get_args(); > > for ($i=0; $i < count($arguments); $i++) { > session_register($arguments[$i]); > } > } > > > Andi > > a.a...@th... > www.thyrell.de > > -----Original Message----- > >> I've banged out a very, very simple class that wraps php4's sessions - > I've >> done this because I can see that it might be useful for people to be able > to >> use their own custom session code in special situations. > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |