PHP - String Functions
Find the error in this PHP code snippet:
$str = " Hello "; echo ltrim($str, " ");
$str = " Hello "; echo ltrim($str, " ");
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions