PHP--Fork
[ class tree: PHP--Fork ] [ index: PHP--Fork ] [ all elements ]

Element index for package PHP--Fork

[ c ] [ e ] [ f ] [ g ] [ i ] [ p ] [ r ] [ s ]

c

$counter
in file simple_controller.php, variable executeThread::$counter
controllerThread
in file simple_controller.php, method controllerThread::controllerThread()
    controllerThread::controllerThread()
controllerThread
in file simple_controller.php, class controllerThread
    PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set like Java language.
top

e

executeThread
in file simple_controller.php, method executeThread::executeThread()
executeThread
in file simple_controller.php, class executeThread
    PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set like Java language.
top

f

Fork.php
procedural page Fork.php
top

g

getLastAlive
in file Fork.php, method PHP_Fork::getLastAlive()
    PHP_Fork::getLastAlive()
getName
in file Fork.php, method PHP_Fork::getName()
    PHP_Fork::getName() Returns this pseudo-thread's name.
getPid
in file Fork.php, method PHP_Fork::getPid()
    PHP_Fork::getPid() Return the PID of the current pseudo-thread.
getVariable
in file Fork.php, method PHP_Fork::getVariable()
    PHP_Fork::getVariable()
getCounter
in file simple_controller.php, method executeThread::getCounter()
getThreadPool
in file simple_controller.php, method controllerThread::getThreadPool()
top

i

isActive
in file Fork.php, method PHP_Fork::isActive()
    PHP_Fork::isActive()
isRunning
in file Fork.php, method PHP_Fork::isRunning()
    PHP_Fork::isRunning() Test if the pseudo-thread is already started.
top

p

PHP_Fork
in file Fork.php, method PHP_Fork::PHP_Fork()
    PHP_Fork::PHP_Fork() Allocates a new pseudo-thread object and set its name to $name.
PHP_Fork
in file Fork.php, class PHP_Fork
    PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set like Java language.
PHP_FORK_RETURN_METHOD
in file Fork.php, constant PHP_FORK_RETURN_METHOD
PHP_FORK_VOID_METHOD
in file Fork.php, constant PHP_FORK_VOID_METHOD
    Constant values to set type of method call we want to emulate.
top

r

register_callback_func
in file Fork.php, method PHP_Fork::register_callback_func()
    PHP_Fork::register_callback_func()
run
in file Fork.php, method PHP_Fork::run()
    PHP_Fork::run()
run
in file simple_controller.php, method executeThread::run()
run
in file simple_controller.php, method controllerThread::run()
top

s

setAlive
in file Fork.php, method PHP_Fork::setAlive()
    PHP_Fork::setAlive()
setName
in file Fork.php, method PHP_Fork::setName()
    PHP_Fork::setName() Changes the name of this thread to the given name.
setVariable
in file Fork.php, method PHP_Fork::setVariable()
    PHP_Fork::setVariable()
start
in file Fork.php, method PHP_Fork::start()
    PHP_Fork::start() Causes this pseudo-thread to begin parallel execution.
stop
in file Fork.php, method PHP_Fork::stop()
    PHP_Fork::stop() Causes the current thread to die.
stopAllThreads
in file simple_controller.php, method controllerThread::stopAllThreads()
top

Documentation generated on Mon, 11 Mar 2019 15:41:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.