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