(PHP 5 >= 5.2.1, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtdEntity -- xmlwriter_start_dtd_entity — Crée une entité DTD
Style orienté objet
$name, bool $isParam): boolStyle procédural
Commence une entité DTD.
writerUniquement pour les appels procéduraux. L'instance XMLWriter qui est modifiée. Cet objet provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().
nameLe nom de l'entité.
isParam
   Cette fonction retourne true en cas de succès ou false si une erreur survient.
  
| Version | Description | 
|---|---|
| 8.0.0 | writerattend une instance de XMLWriter
  désormais; auparavant, une resource était attendu. |