Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
trim
trim
Remove spaces (or other characters) from the beginning and end of the string
Name:
trim
Category:
String
Programming Language:
php
One-line Description:
Removes whitespace characters and other characters on both sides of the string.
Related
How to conduct advanced query with external libraries through PDOStatement::fetchObject
8
How to combine getservbyname and getprotobyname to query protocols and ports
9
Common problems when mb_strcut function handles special characters
3
get_client_version combined with GeoIP to identify region + device information
7
Similar Functions
str_shuffle
str_shuffle
Randomlydisruptastri
str_split
str_split
Convertstringstoarra
sha1
sha1
Calculatethesha1hash
str_word_count
str_word_count
Returninformationabo
convert_uuencode
convert_uuencode
Useuuencodetoencodea
implode
implode
Convertthevalueofaon
quoted_printable_decode
quoted_printable_decode
Convertaprintablestr
sscanf
sscanf
Parsesenteredcharact
Popular Articles