PHP chop() FunctionLast Updated : 17 Mar 2025 The chop() function is used to remove whitespace or other predefined character from the right end of a string. Syntax:Note: chop() function is different than the Perl chop() function function, which is used to remove the last character in the string.
Example 1Output: Your string is :Hello World! By using 'chop()' Functions is your string is: Hello Example 2Output: Your string is :Hello World! By using 'chop()' Functions is your string is: Hello World! Example 3Output: Your string is :Hello World! By using 'chop()' Functions is your string is: Hello World! 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