function is_serialized_array( $data ) { $data = trim( $data ); if ( preg_match( '/^a:[0-9]+:.*;$/s', $data ) ) return true; return false; }