(PHP 4 >= 4.3.2, PHP 5, PHP 7)
apache_get_version — Apache sürümünü getirir
Apache sürümünü getirir.
Başarı halinde Apache sürümünü, aksi halde FALSE
döndürür.
Örnek 1 - apache_get_version() örneği
<?php
$version = apache_get_version();
echo "$version\n";
?>
Yukarıdaki örnek şuna benzer bir çıktı üretir:
Apache/1.3.29 (Unix) PHP/4.3.4