XMLWriter::openURI

XMLWriter::openURI

xmlwriter_open_uri

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)

XMLWriter::openURI -- xmlwriter_open_uriCreate new xmlwriter using source uri for output

Description

Object oriented style

bool XMLWriter::openURI ( string $uri )

Procedural style

resource xmlwriter_open_uri ( string $uri )

Creates a new XMLWriter using uri for the output.