[ZendX_Console] element index

Package indexes

All elements
e g i s u z _
_
top
Method _run
This method actually implements the pseudo-thread logic.
Method _setAlive
Set a pseudo-thread property that can be read from parent process in order to know the child activity.
Method __construct
Constructor method
e
top
Page Exception.php
Exception.php in Exception.php
g
top
Method getLastAlive
Read the time elapsed since the last child setAlive() call.
Method getPid
Returns the PID of the current pseudo-thread.
Method getVariable
Get a variable from the shared memory segment. Returns NULL if the variable doesn't exist.
i
top
Method isRunning
Test if the pseudo-thread is already started.
s
top
Method setVariable
Set a variable into the shared memory segment, so that it can accessed both from the parent and from the child process. Variable names beginning with underlines are only permitted to interal functions.
Method start
Causes this pseudo-thread to begin parallel execution.
Method stop
Causes the current thread to die.
u
top
Page Unix.php
Unix.php in Unix.php
z
top
Class ZendX_Console_Exception
ZendX_Console_Exception in Exception.php
Exception class for ZendX_Console
Class ZendX_Console_Process_Exception
Exception class for ZendX_Console_Process
Class ZendX_Console_Process_Unix
ZendX_Console_Process_Unix allows you to spawn a class as a separated process
e g i s u z _