|
PHP5中文手册
XMLWriter::writeAttribute(No version information available, might be only in CVS) XMLWriter::writeAttribute — Write full attribute 说明Object oriented style: XMLWriter
bool writeAttribute
( string $name
, string $value
)
Procedural style:
bool xmlwriter_write_attribute
( resource $xmlwriter
, string $name
, string $value
)
Writes a full attribute. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |