array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'tidy.isxhtml.php', 1 => 'tidy::isXhtml', 2 => 'Indicates if the document is a XHTML document', ), 'up' => array ( 0 => 'class.tidy.php', 1 => 'tidy', ), 'prev' => array ( 0 => 'tidy.html.php', 1 => 'tidy::html', ), 'next' => array ( 0 => 'tidy.isxml.php', 1 => 'tidy::isXml', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/tidy/tidy/isxhtml.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

tidy::isXhtml

tidy_is_xhtml

(PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2)

tidy::isXhtml -- tidy_is_xhtmlIndicates if the document is a XHTML document

Опис

Об'єктно-орієнтований стиль

public tidy::isXhtml(): bool

Процедурний стиль

tidy_is_xhtml(tidy $tidy): bool

Tells if the document is a XHTML document.

Параметри

tidy

Об'єкт Tidy.

Значення, що повертаються

This function returns true if the specified tidy tidy is a XHTML document, or false otherwise.

Увага

This function is not yet implemented in the Tidylib itself, so it always return false.