PHP 8.3.4 Released!

tidy::getRelease

tidy_get_release

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

tidy::getRelease -- tidy_get_releaseTidy ライブラリのリリース日 (バージョン) を取得する

説明

オブジェクト指向型

public tidy::getRelease(): string

手続き型

tidy_get_release(): string

Tidy ライブラリのリリース日を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

Tidy ライブラリのリリース日を文字列で返します。 'unknown' が返される可能性もあります。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top