XMLWriter::startDTDElement
(No version information available, might be only in CVS)
XMLWriter::startDTDElement — Create start DTD element
Opis
Object oriented style:
XMLWriter
bool startDTDElement
( string $qualifiedName
)
Procedural style:
bool xmlwriter_start_dtd_element
( resource $xmlwriter
, string $qualifiedName
)
Starts a DTD element.
Parametry
- xmlwriter
-
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
- qualifiedName
-
The qualified name of the document type to create.
Zwracane wartości
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.
XMLWriter::startDTDElement
There are no user contributed notes for this page.
