A

Admin • 828.03K Points
Coach

Q. Which function is used to serialize a PHP value into a storable representation?

  • (A) serialize()
  • (B) unserialize()
  • (C) json_encode()
  • (D) encode()
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
serialize() converts a PHP value into a string for storage or transmission.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.