75
PHP string rtrim() Function
PHP rtrim() is predefined function which is used to remove whitespace or character form the right side of a string.
Syntax:
Parameter | Description | Required/Optional |
---|---|---|
string | Specify the string to check. | required |
charlist | Specify character to remove Following character
|