| Total Complexity | 1 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class helper |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * str_get_html |
||
| 25 | * |
||
| 26 | * @param [type] $str |
||
|
|
|||
| 27 | * @param boolean $lowercase |
||
| 28 | * @param boolean $forceTagsClosed |
||
| 29 | * @param [type] $target_charset |
||
| 30 | * @param boolean $stripRN |
||
| 31 | * @param [type] $defaultBRText |
||
| 32 | * @param [type] $defaultSpanText |
||
| 33 | * @return HtmlDocument |
||
| 34 | */ |
||
| 35 | public static function str_get_html( |
||
| 57 |