XMLWriter::endAttribute

(no version information, might be only in CVS)

XMLWriter::endAttribute -- 属性を終了する

説明

オブジェクト指向型

class XMLWriter {

bool endAttribute ( void )

}

手続き型

bool xmlwriter_end_attribute ( resource xmlwriter )

現在の属性を終了します。

パラメータ

xmlwriter

手続き型のコールでのみ使用します。 変更される XMLWriter resource です。 このリソースは、xmlwriter_open_uri() あるいは xmlwriter_open_memory() のコールによって取得したものです。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

XMLWriter::startAttribute
XMLWriter::startAttributeNS
XMLWriter::writeAttribute
XMLWriter::writeAttributeNS