Serializing data through php converts it into a string which we can store as a string(text) and use it later in other files. This can be useful for saving caches of data which can be used later instead of having to depend on the database most of the time. you can get the source at http://kloplop321.com/php-tutorials/tutorial-30-to-serialize-or-to-unserialize
Link to this comment:
All Comments (0)