Strings Php

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