XMLWriter::endDTD

xmlwriter_end_dtd

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

XMLWriter::endDTD -- xmlwriter_end_dtdEnd current DTD

說明

物件導向風格

bool XMLWriter::endDTD ( void )

程序化風格

bool xmlwriter_end_dtd ( resource $xmlwriter )

Ends the DTD of the document.

參數

xmlwriter

僅用於過程呼叫。resource是被修改的 XMLWriter 資源。此資源來自對 xmlwriter_open_uri()xmlwriter_open_memory() 的呼叫

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top