(PHP 5 >= 5.2.0, PHP 7)
XMLReader::setSchema — Validate document against XSD
$filename
)Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read().
filename
The filename of the XSD schema.
성공 시 TRUE
를, 실패 시 FALSE
를 반환합니다.
Issues E_WARNING
if libxml was built without schema
support, the schema contains errors or if
XMLReader::read() has already been called.
이 함수는 PHP가 libxml 20620 이후와 함께 컴파일 되었을 때만 사용할 수 있습니다.