PHP 8.5.0 RC 2 available for testing

tidy::isXhtml

tidy_is_xhtml

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

tidy::isXhtml -- tidy_is_xhtml โ€” Indicates 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

The 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.

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top