PHP Classes

File: script

Recommend this page to a friend!
  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: 18 years ago
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);
?>