Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_manejador_procesos

toba_manejador_procesos

Ubicada en php/contrib/lib/toba_manejador_procesos.php [line 7]



Métodos Propios
static integer   background()  
static \type   buscar_pids()  
static string   crear_identificador()  
static integer   ejecutar()  
static boolean   is_running()  
static boolean   kill()  
static void   quitar_identificador()  

static method background  [línea 14]

  static integer background( string $command )

Ejecuta un comando en background
Parámetros:
string   $command: 





static method buscar_pids  [línea 53]

  static \type buscar_pids( \type $match )

Busca PIDs que concuerden con el criterio indicado
Parámetros:
\type   $match: 





static method crear_identificador  [línea 66]

  static string crear_identificador( mixed $id )

Genera un identificador
Parámetros:
mixed   $id: 





static method ejecutar  [línea 177]

  static integer ejecutar( string $cmd , string $stdout , string $stderr )

Ejecuta un comando especifico redireccionando la salida de consola
Parámetros:
string   $cmd: 
string   $stdout: 
string   $stderr: 





static method is_running  [línea 27]

  static boolean is_running( integer $PID )

Determina si existe en ejecucion un proceso con el PID dado
Parámetros:
integer   $PID: 





static method kill  [línea 40]

  static boolean kill( integer $PID )

Mata el proceso que tenga el PID indicado
Parámetros:
integer   $PID: 





static method quitar_identificador  [línea 75]

  static quitar_identificador( $cadena )

Parámetros:
   $cadena: 






Desarrollado por SIU.
Documentación generada con phpDocumentor