schemaValidateSource()"HREF="function.dom-domdocument-schemavalidatesource.html"> Manuál PHP Předcházejí..."/>
Forum und email
DOMDocument->schemaValidate()

DOMDocument->schemaValidate()

(no version information, might be only in CVS)

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

Popis

class DOMDocument {

bool schemaValidate ( string filename )

}

Validates a document based on the given schema file.

Seznam parametrů

filename

The path to the schema.

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.