|
XMLWriter::writeDtdxmlwriter_write_dtdWrite full DTD tag DescriptionObject-oriented style
public bool XMLWriter::writeDtd(
string $name ,stringnull $publicId = null ,stringnull $systemId = null ,stringnull $content = null ) Procedural style bool xmlwriter_write_dtd(
XMLWriter $writer ,string $name ,stringnull $publicId = null ,stringnull $systemId = null ,stringnull $content = null ) Writes a full DTD. Parameters
Return Values
Returns Changelog
See Also
|