| 1 |
# convert_text |
| 2 |
|
| 3 |
```php |
| 4 |
convert_text ( string $text ) : string |
| 5 |
``` |
| 6 |
|
| 7 |
| Parameter | Description |
| 8 |
| --------- | ----------- |
| 9 |
| `text` | Text to convert. |
| 10 |
|
| 11 |
Assumes that the provided text is in the form of the configured source character set (see [](../simple_html_dom_node/`sourceCharset`](../simple_html_dom_node/](../simple_html_dom_node/) and converts it to the specified target character set (see [](../simple_html_dom_node/`targetCharset`](../simple_html_dom_node/](../simple_html_dom_node/)). |
| 12 |
|
| 13 |
Returns the converted text. |