PHP » PYTHON |
login |
register |
about
|
|
XMLWriter::writeDTD(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTD — Write full DTD tag DescriptionObject oriented style: XMLWriter
bool 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 ValuesReturns TRUE on success or FALSE on failure. |
more
Recently updated
more
Most requested
more
Last requests
|