Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.
(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtd -- xmlwriter_write_dtd — Write full DTD tag
Stil obiect-orientat
$name
, string|null $publicId
= null
, string|null $systemId
= null
, string|null $content
= null
) : boolStil procedural
$writer
, string $name
, string|null $publicId
= null
, string|null $systemId
= null
, string|null $content
= null
) : boolWrites a full DTD.
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 DTD name.
publicId
The external subset public identifier.
systemId
The external subset system identifier.
content
The content of the DTD.
Întoarce valoarea true
în cazul
succesului sau false
în cazul eșecului.
Versiune | Descriere |
---|---|
8.0.0 |
writer expects an XMLWriter
instance now; previously, a resource was expected.
|
Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.