DOMDocument { bool schemaValidateSource(string source);}
bool schemaValidateSource(string source);
Validates a document based on a schema defined in the given string.
A string containing the schema.
如果成功则返回 TRUE,失败则返回 FALSE。
TRUE
FALSE