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

search for in the

XMLWriter->startDTDAttlist> <XMLWriter->startComment
Last updated: Fri, 05 Sep 2008

view this page in

XMLWriter->startDocument

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

XMLWriter->startDocumentDokument beginnen

Beschreibung

Objektorientiert:

XMLWriter
bool startDocument ([ string $version [, string $encoding [, string $standalone ]]] )

Prozedural:

bool xmlwriter_start_document ( resource $xmlwriter [, string $version [, string $encoding [, string $standalone ]]] )

Beginnt ein neues Dokument.

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.

version

Versionsnummer des Dokuments als Teil der XML-Deklaration. Standardmäßig 1.0.

encoding

Kodierung des Dokuments als Teil der XML-Deklaration. Standardmäßig NULL.

standalone

yes oder no. Standardmäßig NULL.

Rückgabewerte

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



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

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