search

php中的PHP

Jun 06, 2016 pm 07:46 PM
2linuxphpCommunityforumEnter

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 看手册时发现PHP_EOL这个变量,查了下资料,原来是相当于换行符 在unix系列用 \n 在windows系列用 \r\n 在mac用 \r PHP中可以用PHP_EOL来替代,以提高代码的源代码级可移植性 比如: [php] echo PHP_

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入

  看手册时发现PHP_EOL这个变量,查了下资料,原来是相当于换行符

  在unix系列用 \n

  在windows系列用 \r\n

  在mac用 \r

  PHP中可以用PHP_EOL来替代,以提高代码的源代码级可移植性

  比如:

  [php]

  echo PHP_EOL;

  //windows平台相当于    echo "\r\n";

  //unix\linux平台相当于    echo "\n";

  //mac平台相当于    echo "\r";

  echo PHP_EOL;

  //windows平台相当于    echo "\r\n";

  //unix\linux平台相当于    echo "\n";

  //mac平台相当于    echo "\r";

  我们可以用函数get_defined_constants()来获取所有PHP常量。

php中的PHP

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!