Output of serialize() is barely readable and definetely is not suited for manual editing.

It is quite simple to create var_export() clone that does not add junk to it's output. But then I would need to exec() the string to get a data structure back, which is bad security practice.

Is there any good way to store/retrieve data structures (multidimetional arrays) to/from database?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to