PHP
XML

XMLWriter::endAttribute

XMLWriter::endAttribute

xmlwriter_end_attribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)

XMLWriter :: endAttribute - xmlwriter_end_attribute - 结束属性

描述

面向对象的风格

bool XMLWriter::endAttribute ( void )

程序风格

bool xmlwriter_end_attribute ( resource $xmlwriter )

结束当前属性。

参数

`xmlwriter`

仅限于程序调用。正在修改的XMLWriter资源。此资源来自对xmlwriter_open_uri()或xmlwriter_open_memory()的调用。

返回值

成功时返回TRUE或失败时返回FALSE

扩展内容

  • XMLWriter :: startAttribute() - 创建启动属性

  • XMLWriter :: startAttributeNS() - 创建起始名称空间属性

  • XMLWriter :: writeAttribute() - 写完整属性

  • XMLWriter :: writeAttributeNS() - 写入完整的名称空间属性

← XMLWriter Functions

XMLWriter::endCdata →