apache_get_version

(PHP 4 >= 4.3.2, PHP 5, PHP 7)

apache_get_versionFetch Apache version

Descrierea

apache_get_version ( void ) : string

Fetch the Apache version.

Valorile întoarse

Returns the Apache version on success sau FALSE în cazul eșecului.

Exemple

Example #1 apache_get_version() example

<?php
$version 
apache_get_version();
echo 
"$version\n";
?>

Exemplul de mai sus va afișa ceva similar cu:

Apache/1.3.29 (Unix) PHP/4.3.4 

A se vedea și

  • phpinfo() - Outputs information about PHP's configuration