";" statement in front of "PHP_EOL" for text formatting."/> ";" statement in front of "PHP_EOL" for text formatting.">
search
HomeBackend DevelopmentPHP ProblemWhat should I do if php_eol does not have a new line?

The solution to the problem that php_eol does not have a newline: first open the corresponding PHP code file; then add the "echo "

";" statement in front of "PHP_EOL" for text formatting. 

What should I do if php_eol does not have a new line?

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

Why PHP_EOL does not work or is invalid

PHP_EOL is a text line break, not an html line break.

Add echo "

";<p> for text formatting, </p><p>The PHP_EOL at the end will work.</p><pre class='brush:php;toolbar:false;'><?php
echo "<pre class="brush:php;toolbar:false">";
//字符串
//第1种表示
$date = &#39;2020-02-10&#39;;
echo $date . PHP_EOL;
//第2种表示
$date = "2020-02-10";
echo $date . PHP_EOL;
//第3种表示---用于内容非常多的情况
$date = <<<DATE
2020-02-10
DATE;
echo $date . PHP_EOL;
//第4种表示---用于内容非常多的情况
$date = <<<&#39;DATE&#39;
2020-02-10
DATE;
echo $date;

What should I do if php_eol does not have a new line?

[Recommended: PHP video tutorial]

The above is the detailed content of What should I do if php_eol does not have a new line?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools