PHP » GoLang |
login |
register |
about
|
GoLang XMLWriter::writeAttributeNs
request it (374)
GoLang replacement for PHP's XMLWriter::writeAttributeNs
[edit | history]
PHP XMLWriter::writeAttributeNsPHP original manual for XMLWriter::writeAttributeNs [ show | php.net ]XMLWriter::writeAttributeNsxmlwriter_write_attribute_ns(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeAttributeNs -- xmlwriter_write_attribute_ns — Write full namespaced attribute DescriptionObject oriented style
bool XMLWriter::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 Values
Returns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|