DomQuery::__construct();
Instantiates class and defines instance variables.
Definition:
public function __construct($version = '1.0', $encoding = 'utf-8')
Parameters:
| Name | Type | Description |
|---|---|---|
| $version | String | The version of the document. |
| $encoding | String | The character encoding of the document. |