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