|
XMLWriter::writeDtdEntityxmlwriter_write_dtd_entityWrite full DTD Entity tag DescriptionObject-oriented style
public bool XMLWriter::writeDtdEntity(
string $name ,string $content ,bool $isParam = false ,stringnull $publicId = null ,stringnull $systemId = null ,stringnull $notationData = null ) Procedural style bool xmlwriter_write_dtd_entity(
XMLWriter $writer ,string $name ,string $content ,bool $isParam = false ,stringnull $publicId = null ,stringnull $systemId = null ,stringnull $notationData = null ) Writes a full DTD entity. Parameters
Return Values
Returns Changelog
See Also
|