A

Admin • 833K Points
Coach

Q. Which function is used to unserialize a serialized string?

  • (A) unserialize()
  • (B) decode()
  • (C) unpack()
  • (D) json_decode()
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

unserialize() takes a serialized string and converts it back to a PHP value.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.