Problem Statement
Which of the following describes a palindrome string?
Explanation
A palindrome string remains the same when reversed, such as level or madam. Checking this is a common PHP coding test question.
Practice Sets
This question appears in the following practice sets:
