How to find apache version in PHP ?

Posted By: Matpal - December 29, 2016
apache_get_version method is used to fetch Apache version

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

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.