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

search for in the

XMLWriter::writeDTDElement> <XMLWriter::writeComment
Last updated: Fri, 27 Jun 2008

view this page in

XMLWriter::writeDTDAttlist

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

XMLWriter::writeDTDAttlist — Write full DTD AttList tag

Описание

Object oriented style:

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

Procedural style:

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

Writes a DTD attribute list.

Параметри

xmlwriter

Само за процедурни извиквания. XMLWriter ресурса, който се модифицира. Този отговор е в следствие на извикването на функциите xmlwriter_open_uri() или xmlwriter_open_memory().

name

The name of the DTD attribute list.

content

The content of the DTD attribute list.

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.



add a note add a note User Contributed Notes
XMLWriter::writeDTDAttlist
There are no user contributed notes for this page.

XMLWriter::writeDTDElement> <XMLWriter::writeComment
Last updated: Fri, 27 Jun 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites