“PHP Nouvelle ligne” Réponses codées

php newline

"\r\n"
Unusual Unicorn

Nouvelle ligne 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 Nouvelle ligne

echo "\n";
hateschoollovecoding

PHP Nouvelle ligne

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

PHP Nouvelle ligne

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

PHP Nouvelle ligne

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

Réponses similaires à “PHP Nouvelle ligne”

Questions similaires à “PHP Nouvelle ligne”

Plus de réponses similaires à “PHP Nouvelle ligne” dans PHP

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code