Q. Which function is used to serialize a PHP value into a storable representation?
β
Correct Answer: (A)
serialize()
Explanation: serialize() converts a PHP value into a string for storage or transmission.