“PHP Nova linha” Respostas de código

PHP NEWLINE

"\r\n"
Unusual Unicorn

Nova linha em PHP

<?php
echo "Hello world this is example \r\n in php.";
echo "<br>";
echo nl2br("You will find the \n newlines in this string \r\n on the browser window.");
?>
Ankur

PHP Nova linha

echo "\n";
hateschoollovecoding

PHP Nova linha

echo 'hollow world' . PHP_EOL;
Old-fashioned Orangutan

PHP Nova linha

return nl2br("This is the cointracker sample text.\nThis should be line 2!");
Supreme Oreo

PHP Nova linha

//let a variable contain multiple line
//add <br> tag in string
$variable = "123 <br> ";
Warrior

Respostas semelhantes a “PHP Nova linha”

Perguntas semelhantes a “PHP Nova linha”

Mais respostas relacionadas para “PHP Nova linha” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código