Reverse StringLast Updated : 17 Mar 2025 A string can be reversed either using strrev() function or simple PHP code. For example, on reversing JAVATPOINT it will become TNIOPTAVAJ. Logic:
Reverse String using strrev() functionA reverse string program using strrev() function is shown. Example: ExampleExecute NowOutput: ![]() Reverse String Without using strrev() functionA reverse string program without using strrev() function is shown. Example: ExampleExecute NowOutput: ![]() Next TopicSwapping two numbers |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India

