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
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week