Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is serialization / object serialization ?

Answer Posted / sloog

Serializing an object means converting it to a bytestream
representation that can be stored in a file. This is useful
for persistent data; for example, PHP sessions automatically
save and restore objects. Serializatioin in PHP is
mostly automatic--it requires little extra work from you,
beyond calling the serialize() and unserialize() functions:

$encoded = serialize(something);
$something - unserialize(encoded);

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does php mean?

1032


What is move_uploaded_file in php?

1028


Does php support overloading?

1084


What is the difference between Session and Cookie?

1116


What is the difference between characters 34 and x34?

1067


How be the result set of mysql handled in php?

1193


Why is php used for web development?

1019


With a heredoc syntax, do I get variable substitution inside the heredoc contents?

1160


What are constructor and destructor in PHP?

1180


What are the benefits of using queries?

1235


What are the ways to define a constant in php?

1060


Tell me how can we determine whether a php variable is an instantiated object of a certain class?

1092


What is properties of class?

1116


Can I learn php without knowing c?

1069


What is php session start?

1071