Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
rtrim
rtrim
Delete whitespace characters (or other characters) at the end of the string
Name:
rtrim
Category:
String
Programming Language:
php
One-line Description:
Removes whitespace or other characters to the right of the string.
Related
DW Debugging PHP Tips: Essential Tools and Methods to Boost Development Efficiency
1
Practical Guide to Custom Layout and Template Design in Magento
10
nl_langinfo() Example of usage of obtaining AM/PM time stamps
4
Yii Framework Data Statistics: Daily, Monthly, Yearly, and Custom Time Period Statistics
4
Similar Functions
crc32
crc32
Calculateastringofcr
stristr
stristr
Case-insensitivestrs
str_ends_with
str_ends_with
Checkifthestringends
number_format
number_format
Formatanumberinathou
vprintf
vprintf
Outputformattedstrin
vsprintf
vsprintf
Returnstheformatteds
str_pad
str_pad
Useanotherstringtofi
convert_uuencode
convert_uuencode
Useuuencodetoencodea
Popular Articles