πŸ“Š PHP
Q. Which PHP function parses a date/time string into a timestamp?
  • (A) parse_date()
  • (B) strtotime()
  • (C) date_parse()
  • (D) time_parse()
πŸ’¬ Discuss
βœ… Correct Answer: (B) strtotime()

Explanation: strtotime() parses English textual datetime descriptions.

Explanation by: Kanak Sharma
strtotime() parses English textual datetime descriptions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
3 h ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
99%
Success Rate