PHP : Function Reference : XMLWriter Functions : XMLWriter::outputMemory
dave
when writing xml with xmlwriter, there is no need to use htmlspecialchars or htmlentities for the text() method (this will only cause double encoding)
the xmlwriter takes care of entities for you after calling outputMemory
darkfader
The default value for flush is true.
|