Skip to content

Instantly share code, notes, and snippets.

@bytespider
Last active December 15, 2015 18:18
Show Gist options
  • Save bytespider/5302368 to your computer and use it in GitHub Desktop.
Save bytespider/5302368 to your computer and use it in GitHub Desktop.
<?php
function is_serialized($input)
{
return is_string($value) && preg_match("/^(O|R|N|a|s|i|b|d):\d+/", $value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment