开发者

other way can encode array into string and decode it back to array?

开发者 https://www.devze.com 2022-12-25 23:14 出处:网络
开发者_运维百科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 c

开发者_运维百科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 :( )


serialize and unserialize will do the trick.


You could use serialize() and unserialize().

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号