DOMDocument
PHP Manual

DOMDocument::schemaValidate

(PHP 5)

DOMDocument::schemaValidate Validates a document based on a schema

Opis

bool DOMDocument::schemaValidate ( string $filename )

Validates a document based on the given schema file.

Parametry

filename

The path to the schema.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:


DOMDocument
PHP Manual