📜  php代码示例中的回车是什么

📅  最后修改于: 2022-03-11 14:54:53.378000             🧑  作者: Mango

代码示例1
// "\r" is known as carriage return
Typically on Windows, when you need to represent a line terminator use: "\r\n"
whereas on Unix systems, "\n" is enough.