XMLWriter::toStream
(PHP 8 >= 8.4.0)
XMLWriter::toStream — Create new XMLWriter using a stream for output
说明
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.
参见
- XMLWriter::toMemory() - Create new XMLWriter using memory for string output
- XMLWriter::toUri() - Create new XMLWriter using a URI for output
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。