XMLWriter->startDocument
(No version information available, might be only in CVS)
XMLWriter->startDocument — Dokument 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.
XMLWriter->startDocument
There are no user contributed notes for this page.
