XMLWriter->writeDTDEntity
xmlwriter_write_dtd_entity
(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter->writeDTDEntity -- xmlwriter_write_dtd_entity — Komplette DTD-Entität schreiben
Beschreibung
Objektorientierter Stil
bool XMLWriter::writeDTDEntity
( string
$name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Prozeduraler Stil
bool xmlwriter_write_dtd_entity
( resource
$xmlwriter
, string $name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Schreibt eine vollständige DTD-Entität.
Parameter-Liste
-
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.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- XMLWriter::startDTDEntity() - DTD-Entität beginnen
- XMLWriter::endDTDEntity() - Beendet DTD-Entität
XMLWriter->writeDTDEntity
There are no user contributed notes for this page.