in reply to accessing data serialised by PHP
ie, your $h will be a hashref, no matter what you serialized*array is unserialized as a hash, becuase PHP only has one array type +"array()", which is analagous to Perl hash's. When you try toseriali +ze a perl array, it's automagically converted into a hash with keys n +umbered from 0 up.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: accessing data serialised by PHP
by AlphaStrike (Initiate) on Jan 22, 2009 at 05:46 UTC |