(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 1.0.0)
XMLWriter::startComment -- xmlwriter_start_comment — Crée un commentaire
Style orienté objet
Style procédural
Commence un commentaire.
writerUniquement 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().
   Cette fonction retourne true en cas de succès ou false si une erreur survient.
  
| Version | Description | 
|---|---|
| 8.0.0 | writerattend une instance de XMLWriter
  désormais; auparavant, une resource était attendu. |