XMLWriter 함수 목록
PHP Manual

XMLWriter::openURI

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

XMLWriter::openURICreate new xmlwriter using source uri for output

설명

객체 기반 스타일

XMLWriter
bool openURI ( string $uri )

절차식 스타일

resource xmlwriter_open_uri ( string $uri )

Creates a new XMLWriter using uri for the output.

인수

uri

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.

참고


XMLWriter 함수 목록
PHP Manual