(PHP 5 >= 5.2.1, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDTDEntity — DTD öğesini yazar
Nesne yönelimli kullanım
$isim
, string $içerik
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
) : boolYordamsal kullanım
$xmlwriter
, string $isim
, string $içerik
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
) : boolBir DTD öğesini yazar.
nesne
Sadece yordamsal çağrılar için. Değiştirilecek XMLWriter örneği. Nesne xmlwriter_open_uri() veya xmlwriter_open_memory() işlevinden döndürülür.
isim
Öğe ismi.
içerik
Öğe içeriği.
Başarı durumunda true
, başarısızlık durumunda false
döner.