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

search for in the

XMLWriter::writeElementNS> <XMLWriter::writeDTDEntity
[edit] Last updated: Fri, 24 Jun 2011

view this page in

XMLWriter::writeDTD

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

XMLWriter::writeDTDنوشتن برچسب کامل DTD

Description

Oriented object style

bool XMLWriter::writeDTD ( string $name [, string $publicId [, string $systemId [, string $subset ]]] )

Procedural style

bool xmlwriter_write_dtd ( resource $xmlwriter , string $name [, string $publicId [, string $systemId [, string $subset ]]] )

نوشتن برچسب کامل DTD.

Parameters

xmlwriter

Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().

name

نام DTD.

publicId

زیرمجموعه خروجی شناساگر عمومی.

systemId

زیرمجموعه خروجی شناساگر سیستم.

subset

محتوای DTD.

Return Values

Returns TRUE on success or FALSE on failure.

See Also



add a note add a note User Contributed Notes XMLWriter::writeDTD - [1 notes]
up
0
test2 at twinmail dot de
3 years ago
Use NULL for $publicId to force 'SYSTEM' instead of 'PUBLIC' output.

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