PHP 8.4.1 Released!

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCreate new XMLWriter using a URI for output

说明

public static 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