0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.12.185


Current Path : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/
Upload File :
Current File : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/convert_text.md

---
title: convert_text
---

```php
convert_text ( string $text ) : string
```

| Parameter | Description
| --------- | -----------
| `text`    | Text to convert.

Assumes that the provided text is in the form of the configured source character set (see [`sourceCharset`](../HtmlNode/) and converts it to the specified target character set (see [`targetCharset`](../HtmlNode/)).

Returns the converted text.