Show Output
Remove Whitespace from the Left Side of a String in PHP
Before:"; echo "
$str
"; echo "
After:
"; echo "
$ltrimmed_str
"; ?>