DOMDocument->schemaValidateSource()
DOMDocument->schemaValidateSource() --
Validates a document based on a schema
Descrição
class
DOMDocument {
bool
schemaValidateSource ( string source )
}
Validates a document based on a schema defined in the given string.
Lista de parâmetros
- source
A string containing the schema.
Valores Retornados
Retorna TRUE em caso de sucesso ou FALSE em falhas.