πŸ“Š PHP
Q. Which function is used to remove whitespace from the beginning of a string?
  • (A) ltrim()
  • (B) rtrim()
  • (C) trim()
  • (D) cut()
πŸ’¬ Discuss
βœ… Correct Answer: (A) ltrim()

Explanation: ltrim() removes whitespace from the beginning of a string.

Explanation by: Rati Dubey
ltrim() removes whitespace from the beginning of a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
56
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
93%
Success Rate