DOM
PHP Manual

DOMDocument->relaxNGValidate()

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

DOMDocument->relaxNGValidate() — Performs relaxNG validation on the document

Popis

DOMDocument
bool relaxNGValidate ( string $filename )

Performs » relaxNG validation on the document based on the given RNG schema.

Parametre

filename

The RNG file.

Vrátené hodnoty

Vracia TRUE pri úspechu alebe FALSE pri chybe.

Tiež pozri


DOM
PHP Manual