tce_functions_html2txt.php
Tags
Table of Contents
Functions
- F_html_to_text() : text
- Convert HTML code to Text string.
Functions
F_html_to_text()
Convert HTML code to Text string.
F_html_to_text( $str[,
$preserve_newlines
= false
][,
$display_links
= false
]) : text
Parameters
- $str :
-
(string) HTML code string to convert.
- $preserve_newlines : = false
-
(boolean) If true convert newline characters to HTML line breaks.
- $display_links : = false
-
(boolean) If true gives a textual representation of links and images.
Return values
text —string