Check if string is serialized in PHP
        Posted  
        
            by Industrial
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Industrial
        
        
        
        Published on 2010-05-20T22:11:59Z
        Indexed on 
            2010/05/20
            22:20 UTC
        
        
        Read the original article
        Hit count: 218
        
Hi everyone,
I am in the middle of building a cache layer for the Redis DB to my application and I have come to the point where's it's about to take care of arrays.
I wonder if there's any good (high performance!) way of controlling an string to be serialized or not with PHP?
Thanks a lot!
© Stack Overflow or respective owner