PHP chop() FunctionThe 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 provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India