Query: apache_get_version
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APACHE_GET_VERSION(3) 1 APACHE_GET_VERSION(3) apache_get_version - Fetch Apache versionSYNOPSISstring apache_get_version (void )DESCRIPTIONFetch the Apache version.RETURN VALUESReturns the Apache version on success or FALSE on failure.EXAMPLESExample #1 apache_get_version(3) example <?php $version = apache_get_version(); echo "$version "; ?> The above example will output something similar to: Apache/1.3.29 (Unix) PHP/4.3.4SEE ALSOphpinfo(3). PHP Documentation Group APACHE_GET_VERSION(3)