Home  >  Article  >  Backend Development  >  nl2br()这个函数,nl是什么的简写?

nl2br()这个函数,nl是什么的简写?

WBOY
WBOYOriginal
2016-06-23 13:41:081275browse

nl2br()这个函数,nl是什么的简写?

后面的2br,一看就知道了是转换为br的意思,但前面的nl是什么的简写,是什么意思?


回复讨论(解决方案)

newline

nl2br() 函数在字符串中的每个新行 (\n) 之前插入 HTML 换行符 (
)。
newline

new  line 中文释义:新行

谢谢楼上各位,解释了我的疑问。

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