File "copy_until_char.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/copy_until_char.md
File size: 391 bytes
MIME-type: text/plain
Charset: utf-8
```php
copy_until ( string $char ) : string
```
Copies all characters starting at the current parsing position in the document. Sets the parsing position to the first character that matches the provided character.
| Parameter | Description |
|-----------|---------------------------------|
| `char` | A character to stop copying at. |
Returns the copied characters.