PHP 8.4.1 Released!

XMLWriter::toStream

(PHP 8 >= 8.4.0)

XMLWriter::toStreamCreate new XMLWriter using a stream for output

说明

public static XMLWriter::toStream(resource $stream): static

Creates a new XMLWriter using a stream for output.

参数

stream
The stream to use for output.

返回值

Returns an XMLWriter.

错误/异常

  • Passing a resource that is not a stream to stream will throw a TypeError.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top