“PHP Newline” Kod odpowiedzi

PHP Newline

"\r\n"
Unusual Unicorn

Nowa linia w 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

Nowa linia w PHP

<?php
 echo nl2br("If you want that '\n' works. \n Then use nl2br() function!");
 echo "<br> can also be used.";
 echo "nl2br() is in-built function whereas <br> is html tag";
?>
Wandering Worm

Nowa linia PHP

echo "\n";
hateschoollovecoding

Nowa linia PHP

echo "<br>";
xSynergyx

PHP Newline

‘\n’ or ‘\r\n’ is the easiest way to embed newlines in a PHP string
Chris P Bacon

Odpowiedzi podobne do “PHP Newline”

Pytania podobne do “PHP Newline”

Więcej pokrewnych odpowiedzi na “PHP Newline” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu