(No version information available, might be only in CVS)
XMLWriter::outputMemory — Retourne le buffer courant
Style orienté objet (méthode)
class XMLWriter {Style procédural
string xmlwriter_output_memory ( resource $xmlwriter [, bool $flush] )Retourne le buffer courant.
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().
Si l'on doit afficher le buffer ou non. Par défaut, ce paramètre vaut TRUE.
Retourne le buffer courant sous la forme d'une chaîne de caractères.
XMLWriter::flush |