Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DOMDocument->validate()
(no version information, might be only in CVS)
DOMDocument->validate() -- Validates the document based on its DTDPopis
class DOMDocument {bool validate ( void )
}
Validates the document based on its DTD.
You can also use the validateOnParse property of DOMDocument to make a DTD validation.
Návratové hodnoty
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ. If the document have no DTD attached, this method will return FALSE.
Viz také
DOMDocument->schemaValidate() |
DOMDocument->schemaValidateSource() |
DOMDocument->relaxNGValidate() |
DOMDocument->relaxNGValidateSource() |
PÅ™edcházejÃcà | Domů | Dalšà |
DOMDocument->schemaValidateSource() | Nahoru |