vbnullchar Posted July 28, 2006 Share Posted July 28, 2006 is there a PHP function that can return the current PHP version installed.. 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] 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 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() Link to comment https://forums.phpfreaks.com/topic/15899-php-version/#findComment-65237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.