Tag Archives: function

PHP function: is_serialized()

I needed a way to detect if some values were serialized or not, annoyingly PHP does not provide a method for this. I’d also rather not perform unserialize() on everything to check for a serialized string in the name of … Continue reading

Posted in Code Snippets, Web | Tagged , , | 6 Comments