(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startElement -- xmlwriter_start_element — Crée un élément
Style orienté objet
Style procédural
Commence un élément.
writer
Uniquement pour les appels procéduraux. L'instance XMLWriter qui est modifiée. Cet objet provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().
name
Le nom de l'élément.
Version | Description |
---|---|
8.0.0 |
writer attend une instance de XMLWriter
désormais; auparavant, une resource était attendu.
|