Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Michael Moyle
Rob, > $reps = array > ( > array > ( > 'match' => '##Uims', Can you explain what the 'U' from #Uims does? Does it have to do with Unicode? I can't find it anywhere (preg_match doc, man perlre, man perlop). Thanks! Michael -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Passing object reference to session

2008-02-07 Thread Michael Moyle
Jochem, On Thu, 2008-02-07 at 09:11 +0100, Jochem Maas wrote: > Michael Moyle schreef: > > Hi, > > > > I am new to the list and have a question that inspired me to join the > > list as I can not find any answer online. > > > > When a object referenc

[PHP] Passing object reference to session

2008-02-06 Thread Michael Moyle
Hi, I am new to the list and have a question that inspired me to join the list as I can not find any answer online. When a object reference is passed to the $_SESSION array what happens to the object? Is the object serialized and saved in session (in this case file)? Or just the reference with th