Q. Which PHP function is used to serialize data?
β
Correct Answer: (B)
serialize()
Explanation: serialize() converts data into a storable string.