XMLWriter
PHP Manual

XMLWriter::writeDTDEntity

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

XMLWriter::writeDTDEntity — Write full DTD Entity tag

Descrierea

Object oriented style:

XMLWriter
bool writeDTDEntity ( string $name , string $content )

Procedural style:

bool xmlwriter_write_dtd_entity ( resource $xmlwriter , string $name , string $content )

Writes a full DTD entity.

Parametri

xmlwriter

Numai pentru apelurile procedurale. Resursa XMLWriter care este modificată. Această resursă se obţine în urma apelării xmlwriter_open_uri() sau xmlwriter_open_memory().

name

The name of the entity.

content

The content of the entity.

Valorile întroarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.

Vedeţi de asemenea


XMLWriter
PHP Manual