What is data serialization ?
问题 First of all, I could not able to get clear definition of it from WikiPedia or even from serialize function in the PHP manual. I need to know some cases we need the term serialization and how things are going without it? In other word, Where you must need serialization and without it your code will be missing some important feature. 回答1: What serialization is? Serialization is objects encoding into other language. For example you have an array in PHP like this: $array = array("a" => 1, "b" =>