日本語
関数名:phpversion()
関数の説明:現在のPHPのバージョン番号を取得します。
使用法:
string phpversion ( void )
例:
echo "当前PHP版本号是:" . phpversion();
出力:
当前PHP版本号是:7.4.10
注: