Forum und email

DOMDocument->schemaValidate()

(No version information available, might be only in CVS)

DOMDocument->schemaValidate() — Validates a document based on a schema

설명

DOMDocument
bool schemaValidate ( string $filename )

Validates a document based on the given schema file.

매개변수

filename

The path to the schema.

반환값

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