Forum und email

XMLWriter::startDTDElement

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

XMLWriter::startDTDElement — Create start DTD element

Descrição

Object oriented style:

XMLWriter
bool startDTDElement ( string $qualifiedName )

Procedural style:

bool xmlwriter_start_dtd_element ( resource $xmlwriter , string $qualifiedName )

Starts a DTD element.

Parâmetros

xmlwriter

Apenas para chamadas de procedimentos. O recurso XMLWriter resource que esta sendo modificado. Este recurso vem de uma chamada a xmlwriter_open_uri() ou xmlwriter_open_memory().

qualifiedName

The qualified name of the document type to create.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.