PHP » GoLang |
login |
register |
about
|
GoLang XMLWriter::writeElementNs
request it (323)
GoLang replacement for PHP's XMLWriter::writeElementNs
[edit | history]
XMLWriter::writeElementNsxmlwriter_write_element_ns(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeElementNs -- xmlwriter_write_element_ns — Write full namespaced element tag DescriptionObject oriented style
bool XMLWriter::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 namespaced element tag. Parameters
Return Values
Returns Changelog
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|