DOMDocument
PHP Manual

DOMDocument::schemaValidate

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

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.

Patrz także


DOMDocument
PHP Manual