(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::openURI — Create new xmlwriter using source uri for output
객체 기반 스타일
절차식 스타일
Creates a new XMLWriter using uri for the output.
The URI of the resource for the output.
객체 기반 스타일: 성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
절차식 스타일: Returns a new xmlwriter 자원 for later use with the xmlwriter functions on success, FALSE on error.