XMLWriter::startAttribute

(no version information, might be only in CVS)

XMLWriter::startAttribute -- 属性を開始する

説明

オブジェクト指向型

class XMLWriter {

bool startAttribute ( string name )

}

手続き型

bool xmlwriter_start_attribute ( resource xmlwriter, string name )

属性を開始します。

パラメータ

xmlwriter

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

name

属性の名前。

返り値

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

参考

XMLWriter::startAttributeNS
XMLWriter::endAttribute
XMLWriter::writeAttribute
XMLWriter::writeAttributeNS