|
PHP5中文手册
XMLWriter::endAttribute(No version information available, might be only in CVS) XMLWriter::endAttribute — End attribute 说明Object oriented style: XMLWriter
bool endAttribute
( void
)
Procedural style:
bool xmlwriter_end_attribute
( resource $xmlwriter
)
Ends the current attribute. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |