ltrim() function removes the whitespace and special characters from the left side of string
Its syntax follows: string ltrim (string str) <? print ">".ltrim(" asdf ")."<"; ?>