XMLWriter::startDtdEntity
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.1, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
Create start DTD Entity
Description
Oop
XMLWriter::startDtdEntity(string $name, bool $isParam): bool
Procedural
xmlwriter_start_dtd_entity(XMLWriter $writer, string $name, bool $isParam): bool
Starts a DTD entity.
Parameters
nameThe name of the entity.
isParam
Return Values
Success
Changelog
| Version | Description |
|---|
See Also
XMLWriter::endDtdEntityXMLWriter::writeDtdEntity