implode/explode vs serialize/unserialize
- From: bill <william@xxxxxxxxxxxxxxx>
- Date: Tue, 29 May 2012 09:24:21 -0400
Would one of the more knowledgeable folk discuss when it is appropriate to use implode/explode and when it is appropriate to use serialize/unserialize.
It seems that for 1D arrays implode is better in that is only adds 1 character per array element and serialize adds many.
For objects, serialze is the only way to go.
in between ?
bill
.
- Follow-Ups:
- Re: implode/explode vs serialize/unserialize
- From: Erwin Moller
- Re: implode/explode vs serialize/unserialize
- From: Thomas 'PointedEars' Lahn
- Re: implode/explode vs serialize/unserialize
- From: Jerry Stuckle
- Re: implode/explode vs serialize/unserialize
- Prev by Date: Re: Saving a three-dimensional array to the mysql database.
- Next by Date: Re: implode/explode vs serialize/unserialize
- Previous by thread: Saving a three-dimensional array to the mysql database.
- Next by thread: Re: implode/explode vs serialize/unserialize
- Index(es):