View file File name : saving-dom-objects.md Content :```php // Dumps the internal DOM tree back into string $str = $html->save(); // Dumps the internal DOM tree back into a file $html->save('result.htm'); ```