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
pfsockopen Function Common Errors: How to Quickly Troubleshoot and Fix Them?
9
PHP Script to Calculate Folder Information: Folder Count, File Count, and Folder Size
5
Use stream_get_filters and stream_wrapper_register in conjunction with stream_wrapper_register
5
How to debug socket behavior after socket_set_block
4
Similar Functions
strchr
strchr
Aliasofstrstr
nl2br
nl2br
InsertHTMLnewlinetag
trim
trim
Removespaces(orother
str_getcsv
str_getcsv
ParsingCSVstringsint
sscanf
sscanf
Parsesenteredcharact
implode
implode
Convertthevalueofaon
vfprintf
vfprintf
Writeformattedstring
strtoupper
strtoupper
Convertstringtoupper
Popular Articles