adspace


How does php serialize work?

Answer Posted / Rakhi Gupta

PHP's serialization feature allows you to convert complex data structures like objects or arrays into a string, and vice versa. This is achieved using the `serialize()` function for converting PHP data to a string, and `unserialize()` function for converting the string back into PHP data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

sort term descripttion form, report and uery

2254


What is the difference between htmlentities() and htmlspecialchars()?

1090


Name and explain five of the PHP error constants?

1033


how to detect a mobile device using php

1173


What is trait in php?

1065


What is difference between static and final in php?

1108


How to calculate the difference between two dates using php?

1143


Tell me what kind of things have you done on the social side?

1064


Write a program using while loop?

1115


What does $_files means?

1162


How to create a web form?

1109


What is the current stable version of php?

1123


How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain

1077


What is the current stable version of php? What advance thing in php7?

1094


Which variable declarations within a class is invalid in php?

1047