DOMDocument::schemaValidateSource

(PHP 5)

DOMDocument::schemaValidateSource Validates a document based on a schema

Beskrivelse

bool DOMDocument::schemaValidateSource ( string $source )

Validates a document based on a schema defined in the given string.

Parametre

source

A string containing the schema.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top