Mega Code Archive

 
Categories / Php / Strings
 

Ltrim() function removes the whitespace and special characters from the left side of string

Its syntax follows: string ltrim (string str) <? print ">".ltrim(" asdf ")."<"; ?>