vbnullchar Posted July 28, 2006 Share Posted July 28, 2006 is there a PHP function that can return the current PHP version installed.. Quote Link to comment https://forums.phpfreaks.com/topic/15899-php-version/ Share on other sites More sharing options...
NEX2NUN Posted July 28, 2006 Share Posted July 28, 2006 This returns all information regarding your PHP install.[code]<?php phpinfo(); ?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/15899-php-version/#findComment-65223 Share on other sites More sharing options...
vbnullchar Posted July 28, 2006 Author Share Posted July 28, 2006 i know, but what i want is the php version only Quote Link to comment https://forums.phpfreaks.com/topic/15899-php-version/#findComment-65232 Share on other sites More sharing options...
wildteen88 Posted July 28, 2006 Share Posted July 28, 2006 If you just want the version number use a function called phpversion() Quote Link to comment https://forums.phpfreaks.com/topic/15899-php-version/#findComment-65237 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.