|
tidy::getStatustidy_get_statusGet status of specified document BeschreibungObjektorientierter Stil
int tidy::getStatus
( void
)
Prozeduraler Stil
int tidy_get_status
( tidy
$object
)
Returns the status for the specified tidy Parameter-Liste
RückgabewerteReturns 0 if no error/warning was raised, 1 for warnings or accessibility errors, or 2 for errors. Beispiele
Beispiel #1 tidy::getStatus example
<?php |