XMLWriter::fullEndElement
(PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
XMLWriter::fullEndElement — پایان دادن جز فعلی xml
Description
Oriented object style
bool XMLWriter::fullEndElement
( void
)
Procedural style
bool xmlwriter_full_end_element
( resource $xmlwriter
)
پایان دادن جز فعلی xml. نوشتن برچسب انتهایی اگرجز خالی باشد.
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().
Return Values
Returns TRUE on success or FALSE on failure.
There are no user contributed notes for this page.
