πŸ“Š PHP
Q. Which function is used to serialize a value in PHP?
  • (A) serialize()
  • (B) encode()
  • (C) json_encode()
  • (D) pack()
πŸ’¬ Discuss
βœ… Correct Answer: (A) serialize()

Explanation: serialize() generates a storable representation of a value.

Explanation by: Mr. Dubey
serialize() generates a storable representation of a value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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