be great if a PHP arrays structure could be taken from memory,
written to a file or stream, and opened in Python as a Dictionary without
any database or serialization inbetween.
If this overlaps with any current development please let me know.
Thanks,
Ben DeMott
--
PHP Internals - PHP Runtim
Thanks for the response Derick,
So is the data structure thats being serialized remaining in some form
thats reflective of its binary encoding on the system.
Or is there some byte-encoding that goes on to generalize the binary structure?
I guess ... Does it find the values in memory of the distinc
Thu, Mar 18, 2010 at 1:22 PM, Derick Rethans wrote:
> On Thu, 18 Mar 2010, Ben DeMott wrote:
>
>> So is the data structure thats being serialized remaining in some form
>> thats reflective of its binary encoding on the system. Or is there
>> some byte-encoding that