(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter->writeDTDEntity -- xmlwriter_write_dtd_entity — Komplette DTD-Entität schreiben
Objektorientierter Stil
$name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Prozeduraler Stil
$xmlwriter
, string $name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Schreibt eine vollständige DTD-Entität.
xmlwriter
Nur für prozedurale Aufrufe. Die XMLWriter-resource, die bearbeitet werden soll. Diese Ressource wird von Aufrufen von xmlwriter_open_uri() oder xmlwriter_open_memory() geliefert.
name
Name der Entität.
content
Inhalt der Entität.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.