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 : 18.227.183.161


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

---
title: set_callback
---

```php
set_callback ( string $function_name )
```

Sets the callback function which is called on each element of the DOM when building outertext.
The function must accept a single parameter of type `HtmlNode`.

| Parameter         | Description
| ---------         | -----------
| `function_name`   | Name of the function.