|
PHP5中文手册
DOMDocument->relaxNGValidate()(No version information available, might be only in CVS) DOMDocument->relaxNGValidate() — Performs relaxNG validation on the document 说明DOMDocument
bool relaxNGValidate
( string $filename
)
Performs » relaxNG validation on the document based on the given RNG schema. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |