PHP » GoLang |
login |
register |
about
|
GoLang XMLWriter::writeAttribute
request it (376)
GoLang replacement for PHP's XMLWriter::writeAttribute
[edit | history]
XMLWriter::writeAttributexmlwriter_write_attribute(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeAttribute -- xmlwriter_write_attribute — Write full attribute DescriptionObject oriented style
bool XMLWriter::writeAttribute
( string
$name
, string $value
)Procedural style
bool xmlwriter_write_attribute
( resource
$xmlwriter
, string $name
, string $value
)Writes a full attribute. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
|