XMLWRITER_OPEN_URI(3) 1 XMLWRITER_OPEN_URI(3)
XMLWriter::openURI - Create new xmlwriter using source uri for output
Object oriented style
SYNOPSIS
bool XMLWriter::openURI (string $uri)
DESCRIPTION
Procedural style
resource xmlwriter_open_uri (string $uri)
Creates a new XMLWriter using $uri for the output.
PARAMETERS
o $uri
- The URI of the resource for the output.
RETURN VALUES
Object oriented style: Returns TRUE on success or FALSE on failure.
Procedural style: Returns a new xmlwriter resource for later use with the xmlwriter functions on success, FALSE on error.
SEE ALSO
XMLWriter::openMemory.
PHP Documentation Group XMLWRITER_OPEN_URI(3)