Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "\n\n\nHello World!\n\n\n";
echo "Without trim: " . $str;
echo "<br>";
echo "With trim: " . trim($str);
?>
</body>
<!-- Mirrored from www.w3schools.com/php7/phptryit.asp?filename=tryphp_func_string_trim3 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:41:54 GMT -->
</html>
×

Report a Problem: