PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

XMLWriter->writeElementNS> <XMLWriter->writeDTDEntity
Last updated: Fri, 05 Sep 2008

view this page in

XMLWriter->writeDTD

(No version information available, might be only in CVS)

XMLWriter->writeDTDKomplettes DTD-Tag schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool writeDTD ( string $name [, string $publicId [, string $systemId [, string $subset ]]] )

Prozedural:

bool xmlwriter_write_dtd ( resource $xmlwriter , string $name [, string $publicId [, string $systemId [, string $subset ]]] )

Schreibt einen vollständigen DTD-Tag.

Parameter-Liste

xmlwriter

Nur für prozedurale Aufrufe. Die XMLWriter resource die bearbeitet werden soll. Diese Resource wird von Aufrufen von xmlwriter_open_uri() oder xmlwriter_open_memory() geliefert.

name

DTD-Name.

publicId

Public Identifier für PUBLIC.

systemId

Public Identifier für SYSTEM.

subset

Inhalt des DTD-Tags.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.



add a note add a note User Contributed Notes
XMLWriter->writeDTD
There are no user contributed notes for this page.

XMLWriter->writeElementNS> <XMLWriter->writeDTDEntity
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites