Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Apache Processes

PHP Apache Processes PHP PHP Apache Processes Download (.zip)



<?php
function apacheProccesses() {
        if (!(strpos(PHP_OS, 'WIN') === false))
        die('Sorry. This function designed for Linux servers.');
        ob_start();
        system('ps -ef|grep httpd');
        return count(explode("\n",ob_get_clean()))-1;
}
?>




  • PHPApache Headers Language Detect Apache Headers Request Apache Processes


Tatet