DOMDocument
PHP Manual

DOMDocument::schemaValidate

(PHP 5)

DOMDocument::schemaValidate Validates a document based on a schema

설명

bool DOMDocument::schemaValidate ( string $filename )

Validates a document based on the given schema file.

인수

filename

The path to the schema.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고


DOMDocument
PHP Manual