Style orienté objet (méthode)
class XMLWriter {Style procédural
bool xmlwriter_write_attribute ( resource xmlwriter, string name, string value )Écrit un attribut.
xmlwriter
Uniquement pour les appels procéduraux. La ressource XMLWriter qui a été modifiée. Cette ressource provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().
name
Le nom de l'attribut.
value
La valeur de l'attribut.
XMLWriter::writeAttributeNs |
XMLWriter::startAttribute |
XMLWriter::startAttributeNs |
XMLWriter::endAttribute |
Précédent | Sommaire | Suivant |
XMLWriter::writeAttributeNs | Niveau supérieur | XMLWriter::writeCData |