PHP string rtrim() FunctionLast Updated : 17 Mar 2025 PHP rtrim() is predefined function which is used to remove whitespace or character form the right side of a string. Syntax:
Example 1Output: Without rtrim() function: Hello PHP! With rtrim() function:Hello PHP! Example 2Output: Without trim() function: Hello PHP! With trim() function: Hello PHP! Next TopicPHP String |
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