Wrapper for Html2Text.
More...
|
| strtoupper ($str) |
| Strtoupper multibyte wrapper function with HTML entities handling.
|
|
Wrapper for Html2Text.
This wrapper allows us to modify the upstream library without hacking it too much.
- Copyright
- 2015 Andrew Nicols andre.nosp@m.w@ni.nosp@m.cols..nosp@m.uk
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
core_html2text::__construct |
( |
| $html = '', |
|
|
| $options = array() ) |
Constructor.
If the HTML source string (or file) is supplied, the class will instantiate with that source propagated, all that has to be done it to call get_text().
- Parameters
-
string | $html | Source HTML |
array | $options | Set configuration options |
◆ strtoupper()
core_html2text::strtoupper |
( |
| $str | ) |
|
|
protected |
Strtoupper multibyte wrapper function with HTML entities handling.
- Parameters
-
string | $str | Text to convert |
- Return values
-
The documentation for this class was generated from the following file: