Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ltrim
ltrim
Remove spaces (or other characters) from the beginning of the string
Name:
ltrim
Category:
String
Programming Language:
php
One-line Description:
Removes whitespace or other characters to the left of the string.
Related
Detailed Guide on PHP Libevent Pipe Implementation and Usage
6
PHP Shopping Mall Product Search and Sorting Feature Tutorial
1
curl_multi_close Is it necessary to check the status of all handles when executing?
4
Complete Guide to Developing Report Generation Features in CMS Systems with Python
3
Similar Functions
levenshtein
levenshtein
Calculatetheeditdist
strtoupper
strtoupper
Convertstringtoupper
sprintf
sprintf
Returnstheformatteds
ucfirst
ucfirst
Setthefirstcharacter
sha1_file
sha1_file
Calculatethesha1hash
str_pad
str_pad
Useanotherstringtofi
stristr
stristr
Case-insensitivestrs
metaphone
metaphone
Calculatethemetaphon
Popular Articles