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
How to resolve the "Cannot unserialize" error that occurs when unserialize?
5
Comprehensive Guide to Kohana Framework and Its Application
10
How to use is_nan function for PHP error handling and exception catching
10
How to use socket_wsaprotocol_info_import in conjunction with PHP database for network data storage
7
Similar Functions
localeconv
localeconv
Getdigitalformatinfo
str_shuffle
str_shuffle
Randomlydisruptastri
strtoupper
strtoupper
Convertstringtoupper
str_split
str_split
Convertstringstoarra
strspn
strspn
Calculatethelengthof
explode
explode
Useonestringtosplita
fprintf
fprintf
Writetheformattedstr
lcfirst
lcfirst
Setthefirstcharacter
Popular Articles