Learn php string function nl2br()

WBOY
Release: 2016-07-25 09:05:53
Original
819 people have browsed it
  1. echo nl2br("One line.nAnother line.");
  2. ?>
Copy code

output: One line. Another line.HTML code:

One line.
Another line.



source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template