XMLReader::setRelaxNGSchemaSource
(PHP 5 >= 5.1.0, PHP 7)
XMLReader::setRelaxNGSchemaSource — Set the data containing a RelaxNG Schema
说明
   public
   
   XMLReader::setRelaxNGSchemaSource
    ( string 
  $source
   ) : boolSet the data containing a RelaxNG Schema to use for validation.
参数
- 
source
- 
      String containing the RelaxNG Schema. 
返回值
   成功时返回 TRUE, 或者在失败时返回 FALSE。
  
参见
- XMLReader::setRelaxNGSchema() - Set the filename or URI for a RelaxNG Schema
- XMLReader::setSchema() - Validate document against XSD
- XMLReader::isValid() - Indicates if the parsed document is valid