PHP Developers Php tutorials References Faq MySql Developers MySql tutorials References Faq Linux Developers Linux tutorials References Faq Web Designing Webdesign tutorials
Fetch Apache version (PHP 4 >= 4.3.2, PHP 5) string apache_get_version ( )Fetch the Apache version. Return ValuesReturns the Apache version on success, or FALSE on failure. ChangeLogVersionDescription4.3.4Became available with Apache 1. 5.0.0Became available with the Apache 2 filter API. ExamplesExample 203. apache_get_version() example$version = apache_get_version();echo "$versionn";?>
Fetch the Apache version.
Returns the Apache version on success, or FALSE on failure.
FALSE
$version = apache_get_version();echo "$versionn";?>