View file core/libs/htmlParser/manual/docs/api/simple_html_dom/as_text_node.md

File size: 217B
# as_text_node (protected)

```php
as_text_node ( string $tag ) : bool
```

Adds a tag as text node.

| Parameter | Description
| --------- | -----------
| `tag`     | The element's tag name.

Returns true on success.