Forum und email

DOMDocument->schemaValidateSource()

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

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

설명

DOMDocument
bool schemaValidateSource ( string $source )

Validates a document based on a schema defined in the given string.

매개변수

source

A string containing the schema.

반환값

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