Q. Which PHP function parses a date/time string into a timestamp?
β
Correct Answer: (B)
strtotime()
Explanation: strtotime() parses English textual datetime descriptions.