1 개요[ | ]
- PHP phpversion()
PHP
Copy
var_dump( phpversion() );
Loading
PHP
Copy
echo 'Current PHP version: ' . phpversion();
Loading
2 같이 보기[ | ]
- PHP 버전 확인
- PHP_VERSION 상수
- PHP phpinfo() - Outputs information about PHP's configuration
- PHP phpcredits() - Prints out the credits for PHP
- PHP zend_version() - Gets the version of the current Zend engine
- PHP php_logo_guid()
- PHP version_compare() - Compares two "PHP-standardized" version number strings
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.