PHP » PYTHON |
login |
register |
about
|
PYTHON XMLWriter::writeAttributeNS
(0)
Python replacement for PHP's XMLWriter::writeAttributeNS
[
edit
]
PHP XMLWriter::writeAttributeNSPHP original manual for XMLWriter::writeAttributeNS [ show | php.net ]XMLWriter::writeAttributeNS(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeAttributeNS — Write full namespaced attribute DescriptionObject 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. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. |
more
Recently updated
more
Most requested
more
Last requests
|