πŸ“Š PHP
Q. Which function is used to unserialize a serialized string?
  • (A) unserialize()
  • (B) decode()
  • (C) unpack()
  • (D) json_decode()
πŸ’¬ Discuss
βœ… Correct Answer: (A) unserialize()

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

Explanation by: Mr. Dubey
unserialize() takes a serialized string and converts it back to a PHP value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
37
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate