ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "save.md"

Full Path: /home/zcziejy/ryadselyen/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/save.md
File size: 416 bytes
MIME-type: text/plain
Charset: utf-8

```php
save ( [ string $filepath = '' ] ) : string
```

Writes the current node to file.

| Parameter  | Description                                            |
|------------|--------------------------------------------------------|
| `filepath` | Writes to file if the provided file path is not empty. |

Returns the document string.

**Examples**

```php
$string = $node->save();
$string = $node->save($file);
```