|
PHP5中文手册
XMLWriter::startAttribute(No version information available, might be only in CVS) XMLWriter::startAttribute — Create start attribute 说明Object oriented style: XMLWriter
bool startAttribute
( string $name
)
Procedural style:
bool xmlwriter_start_attribute
( resource $xmlwriter
, string $name
)
Starts an attribute. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |