略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: DOMDocument::relaxNGValidate

2024-04-20

DOMDocument::relaxNGValidate

(PHP 5, PHP 7, PHP 8)

DOMDocument::relaxNGValidate Performs relaxNG validation on the document

说明

public DOMDocument::relaxNGValidate(string $filename): bool

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

参数

filename

The RNG file.

返回值

成功时返回 true, 或者在失败时返回 false

参见

add a noteadd a note

User Contributed Notes 2 notes

up
1
scarywound at gmail dot com
9 years ago
Keep in mind that this method can't handle schemas in compact syntax!
up
-1
mitchell dot beaumont at mitchellbeaumont dot com
14 years ago
It's worth noting that when validation fails this function also triggers a warning.

You can suppress the warning using the set_error_handler and restore_error_handler functions.

官方地址:https://www.php.net/manual/en/domdocument.relaxngvalidate.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3