“PHP Новая линия” Ответ

PHP Newline

"\r\n"
Unusual Unicorn

Новая линия в 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 Новая линия

echo "\n";
hateschoollovecoding

PHP Новая линия

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

PHP Новая линия

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

PHP Новая линия

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

Ответы похожие на “PHP Новая линия”

Вопросы похожие на “PHP Новая линия”

Больше похожих ответов на “PHP Новая линия” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования