Ben gerçekten alamadım: Yeni bir satır karakter amacı nedir?
Eğer bunu yaparsam:
<?php
echo "This is a test. \n";
echo "This is another test.";
?>
Aynı çizgide olmak hem cümle Kod sonuçları. Neden \ n ikinci cümlesi, ikinci satırda olmak neden değil?
Ben yaparsam cümleler, bu kendi doğrultusunda her biri:
<?php
echo "This is a test. <br>";
echo "This is another test.";
?>
Ama aynı zamanda insanlar bunu gördük:
<?php
echo "This is a test. <br>\n";
echo "This is another test.";
?>
Hangi esas olarak, ikinci kod parçası ile aynı çıktı ile sonuçlanır. Bu açıklamaya Birisi bakım?