Q. Which PHP function is used to serialize an object?
β
Correct Answer: (A)
serialize()
Explanation: serialize() converts an object into a storable string representation.