PHP nl2br() 函数
定义和用法
nl2br() 函数在字符串中的每个新行 (\n) 之前插入 HTML 换行符 (<br />)。
语法
nl2br(string)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
例子
<?php echo nl2br("One line.\nAnother line."); ?>
输出:
One line. Another line.
HTML 代码:
One line.<br /> Another line.
李清波 2021-06-17 PHP函数 1539 复制当前网址
nl2br() 函数在字符串中的每个新行 (\n) 之前插入 HTML 换行符 (<br />)。
nl2br(string)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
<?php echo nl2br("One line.\nAnother line."); ?>
输出:
One line. Another line.
HTML 代码:
One line.<br /> Another line.
上一篇:number_format
下一篇:nl_langinfo
__construct
zip_read
zip_open
zip_entry_read
zip_entry_open
zip_entry_name
zip_entry_filesize
zip_entry_compressionmethod
zip_entry_compressedsize
zip_entry_close
zip_close
xpath
xml_set_unparsed_entity_decl_handler
xml_set_processing_instruction_handler
xml_set_object
xml_set_notation_decl_handler
xml_set_external_entity_ref_handler
xml_set_element_handler
xml_set_default_handler
xml_set_character_data_handler