XMLWriter::toUri
PHP Manual
PHP Manual»XMLWriter»XMLWriter::toUri

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCreate new XMLWriter using a URI for output

Опис

public static function XMLWriter::toUri(string $uri): static

Creates a new XMLWriter using a URI for output.

Параметри

uri

The URI of the resource for the output.

Значення, що повертаються

Returns an XMLWriter.

Прогляньте також

To Top