unemployment Posted May 18, 2011 Share Posted May 18, 2011 What is the point of serializing an array and can some show me an example as to when it should be used? Link to comment https://forums.phpfreaks.com/topic/236763-serialized-array/ Share on other sites More sharing options...
fugix Posted May 18, 2011 Share Posted May 18, 2011 serializing an array is mainly used to store arrays in a database safely.. some examples of the use of this function are found at http://php.net/manual/en/function.serialize.php Link to comment https://forums.phpfreaks.com/topic/236763-serialized-array/#findComment-1217086 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.