한국어
기능 이름 : phpversion ()
기능 설명 : 현재 PHP의 버전 번호를 얻으십시오.
용법:
string phpversion ( void )
예:
echo "当前PHP版本号是:" . phpversion();
산출:
当前PHP版本号是:7.4.10
참고 :