XMLWriter::endAttribute

xmlwriter_end_attribute

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

XMLWriter::endAttribute -- xmlwriter_end_attributeEnd attribute

說明

物件導向風格

bool XMLWriter::endAttribute ( void )

程序化風格

bool xmlwriter_end_attribute ( resource $xmlwriter )

Ends the current attribute.

參數

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