DOMDocument
PHP Manual

DOMDocument::schemaValidate

(PHP 5)

DOMDocument::schemaValidate Validates a document based on a schema

Descrição

bool DOMDocument::schemaValidate ( string $filename )

Validates a document based on the given schema file.

Parâmetros

filename

The path to the schema.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Veja Também


DOMDocument
PHP Manual