(PHP 5, PHP 7)
Performs relaxNG validation on the document
public bool DOMDocument::relaxNGValidate ( string $filename )
Performs ยป relaxNG validation on the document based on the given RNG schema.
Parameters:
filename
The RNG file.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
DOMDocument::relaxNGValidateSource() -
DOMDocument::schemaValidate() -
Please login to continue.