Class Execute

Description

Located in /library/execute.class.php (line 19)


	
			
Class Constant Summary
 CRON_EXEC = 'cron'
 SHELL_EXEC = 'shell'
 SQL_EXEC = 'sql'
Variable Summary
static mixed $METHOD
Method Summary
static void background ( $Command, [ $Priority = 0])
static void executor ( $command)
static boolen is_running (unknown_type $PID)
boolen kill (unknown_type $PID)
Variables
static mixed $METHOD (line 23)
Methods
static method background (line 50)
static void background ( $Command, [ $Priority = 0])
  • $Command
  • $Priority
static method executor (line 39)
static void executor ( $command)
  • $command
static method is_running (line 64)

Check if the Application running !

static boolen is_running (unknown_type $PID)
  • unknown_type $PID
kill (line 75)

Kill Application PID

boolen kill (unknown_type $PID)
  • unknown_type $PID
Class Constants
CRON_EXEC = 'cron' (line 22)
SHELL_EXEC = 'shell' (line 20)
SQL_EXEC = 'sql' (line 21)

Documentation generated on Sun, 20 Sep 2009 02:21:20 -0700 by phpDocumentor 1.4.1