XMLWriter::endAttribute
xmlwriter_end_attribute
(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::endAttribute -- xmlwriter_end_attribute — End attribute
Descrierea
Stil obiect-orientat
bool XMLWriter::endAttribute
( void
)
Stil procedural
bool xmlwriter_end_attribute
( resource
$xmlwriter
)Ends the current attribute.
Parametri
-
xmlwriter -
Numai pentru apelurile procedurale. Resursa XMLWriter care este modificată. Această resursă se obține în urma apelării xmlwriter_open_uri() sau xmlwriter_open_memory ().
Valorile întoarse
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
Vedeți de asemenea
- XMLWriter::startAttribute() - Create start attribute
- XMLWriter::startAttributeNS() - Create start namespaced attribute
- XMLWriter::writeAttribute() - Write full attribute
- XMLWriter::writeAttributeNS() - Write full namespaced attribute
There are no user contributed notes for this page.
