Posts by Nilson • 1 point
1 post
-
0
votes4
answers6032
viewsQ: line break inside the string
How to insert line break into a string without increasing the number of characters? <?php $str = "Vou para Manaus"; echo(strlen($str)); //exibe 15 $str = "Vou para Manaus"; echo(strlen($str));…