PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
Procedural style:
int tidy_get_status ( resource tidy)Object oriented style:
int tidy->getStatus ( void )tidy_get_status() returns the status for the specified tidy resource. It returns 0 if no error/warning was raised, 1 for warnings or accessibility errors, or 2 for errors.
Predchádzajúci | Domov | Nasledujúci |
tidy_get_root | Hore | tidy_getopt |