File "parse_attr.md"

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

 
Open Back
```php
parse_attr ( object $node, string $name, array &$space )
```

Parses a single attribute starting at the current parsing position in the document.

| Parameter | Description                                                                                                                             |
|-----------|-----------------------------------------------------------------------------------------------------------------------------------------|
| `node`    | The current element (node).                                                                                                             |
| `name`    | The attribute name.                                                                                                                     |
| `space`   | An array of whitespace surrounding the current attribute (see [Attribute Whitespace](../HtmlNode/definitions.md#attribute-whitespace)). |