Login   Register  
PHP Classes
elePHPant
Icontem

File: script

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jijomon Thottungalthara  >  Kill Duplicate process  >  script  >  Download  
File: script
Role: Example script
Content type: text/plain
Description: sample script
Class: Kill Duplicate process
Find duplicate processes running a given script
Author: By
Last change:
Date: 2006-03-25 02:01
Size: 273 bytes
 

Contents

Class file image Download
<?

#
#    Coded By Jijomon.T [2006-03-29]
#

/*
call this script from shell
*/
include_once('chkprocess.class.php');
$chkprocess=new chkscript();
$scriptname="test.php"// replace test.php with the file name u want to check
$chkprocess->chkprun($scriptname);
?>