πŸ“Š PHP
Q. What is the purpose of the PHP function implode()?
  • (A) Split string into array
  • (B) Join array elements into a string
  • (C) Replace string content
  • (D) Search for substring
πŸ’¬ Discuss
βœ… Correct Answer: (B) Join array elements into a string

Explanation: implode() joins array elements with a string separator.

Explanation by: Rati Dubey
implode() joins array elements with a string separator.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
45
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
87%
Success Rate