“PHP neue Linie” Code-Antworten

PHP Newline

"\r\n"
Unusual Unicorn

neue Linie in 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 neue Linie

echo "\n";
hateschoollovecoding

PHP neue Linie

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

PHP neue Linie

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

PHP neue Linie

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

Ähnliche Antworten wie “PHP neue Linie”

Fragen ähnlich wie “PHP neue Linie”

Weitere verwandte Antworten zu “PHP neue Linie” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen