XMLWriter::endComment

xmlwriter_end_comment

(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 1.0.0)

XMLWriter::endComment -- xmlwriter_end_comment创建结束注释

描述

面向对象风格

public XMLWriter::endComment(): bool

过程式风格

xmlwriter_end_comment(XMLWriter $writer): bool

结束当前注释。

参数

writer

仅供过程式调用。正在修改的 XMLWriter 实例。此对象是从 xmlwriter_open_uri()xmlwriter_open_memory() 的调用中返回的。

返回值

成功时返回 true,失败时返回 false

变更日志

版本 描述
8.0.0 writer 现在期望 XMLWriter 实例;以前,期望的是 resource

参见

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top