|
PHP5中文手册
XMLWriter::writeElementNS(No version information available, might be only in CVS) XMLWriter::writeElementNS — Write full namesapced element tag 说明Object oriented style: XMLWriter
bool writeElementNS
( string $prefix
, string $name
, string $uri
[, string $content
] )
Procedural style:
bool xmlwriter_write_element_ns
( resource $xmlwriter
, string $prefix
, string $name
, string $uri
[, string $content
] )
Writes a full namesapced element tag. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 更新日志
|