DOM
PHP Manual

DOMDocument->relaxNGValidate()

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

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

Leírás

DOMDocument
bool relaxNGValidate ( string $filename )

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

Paraméterek

filename

The RNG file.

Visszatérési értékek

Siker esetén TRUE értékkel tér vissza, ellenkező esetben FALSE értéket ad.

Lásd még


DOM
PHP Manual