|
|
||
|
Hi
> May be it is useful for someone else.
Yes, thanks.
> Comments, improvements and bug reports are welcome.
I think it doesn't handle a sparse array in the best way:
tab = { [1] = 1, [3] = 3 }
is unserialized as
{1,3} (that is { [1] = 1, [2] = 3 })
Bye
Mauro