XMLWriter::openMemory
xmlwriter_open_memory
(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::openMemory -- xmlwriter_open_memory — Crée un nouveau xmlwriter en utilisant la mémoire pour l'affichage des chaînes
Description
Style orienté objet
XMLWriter::openMemory
( void
) : bool
xmlwriter_open_memory
( void
) : resource
Valeurs de retour
Style orienté objet : Cette fonction retourne TRUE
en cas de succès ou FALSE
si une erreur survient.
Style procédural : retourne une ressource xmlwriter en cas de succès,
FALSE
si une erreur survient.