“PHP Nueva línea” Código de respuesta

PHP Newline

"\r\n"
Unusual Unicorn

nueva línea en 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 Nueva línea

echo "\n";
hateschoollovecoding

PHP Nueva línea

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

PHP Nueva línea

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

PHP Nueva línea

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

Respuestas similares a “PHP Nueva línea”

Preguntas similares a “PHP Nueva línea”

Más respuestas relacionadas con “PHP Nueva línea” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código