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