File "save.md"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/save.md
File size: 334 bytes
MIME-type: text/plain
Charset: utf-8

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

Writes the current DOM to file.

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

Returns the document string.