PHP » GoLang |
login |
register |
about
|
GoLang XMLWriter::writeDtd
request it (402)
GoLang replacement for PHP's XMLWriter::writeDtd
[edit | history]
XMLWriter::writeDtdxmlwriter_write_dtd(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeDtd -- xmlwriter_write_dtd — Write full DTD tag DescriptionObject oriented style
bool XMLWriter::writeDtd
( string
$name
[, string $publicId
[, string $systemId
[, string $subset
]]] )Procedural style
bool xmlwriter_write_dtd
( resource
$xmlwriter
, string $name
[, string $publicId
[, string $systemId
[, string $subset
]]] )Writes a full DTD. Parameters
Return Values
Returns |
more
Recently updated
more
Most requested
more
Last requests
|