other way can encode array into string and decode it back to array?
        Posted  
        
            by Jin Yong
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jin Yong
        
        
        
        Published on 2010-04-09T01:54:55Z
        Indexed on 
            2010/04/09
            2:03 UTC
        
        
        Read the original article
        Hit count: 414
        
php
Does anyone know there have any other way that (by not using json_encode and json_decode) to encode an array into string then decode it back into string? I remember there have another call unlis...(cannot really remember the name :( )
© Stack Overflow or respective owner