downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

XMLWriter::writeDTD> <XMLWriter::writeDTDElement
[edit] Last updated: Fri, 24 May 2013

view this page in

XMLWriter::writeDTDEntity

(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)

XMLWriter::writeDTDEntityDTD öğesini yazar

Açıklama

Nesne yönelimli kullanım

bool writeDTDEntity ( string $isim , string $içerik , bool $pe , string $pubid , string $sysid , string $ndataid )

Yordamsal kullanım

bool xmlwriter_write_dtd_entity ( resource $xmlwriter , string $isim , string $içerik , bool $pe , string $pubid , string $sysid , string $ndataid )

Bir DTD öğesini yazar.

Değiştirgeler

xmlwriter

Sadece yordamsal kullanım için. xmlwriter_open_uri() veya xmlwriter_open_memory() çağrılarıyla elde edilen, üzerinde işlem yapılacak XMLWriter özkaynağı.

isim

Öğe ismi.

içerik

Öğe içeriği.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Ayrıca Bakınız



add a note add a note User Contributed Notes XMLWriter::writeDTDEntity - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites