Uses of Class php.java.bridge.Util.Process

Uses in package php.java.bridge

Classes derived from php.java.bridge.Util.Process

class
Starts a CGI process with an error handler attached and returns the process handle.

Methods with return type php.java.bridge.Util.Process

Util.Process
Util.Process.start(String[] args, File homeDir, Map env)
Starts a CGI process and returns the process handle.
Util.Process
Util.ProcessWithErrorHandler.start(String[] args, File homeDir, Map env)
Starts a CGI process and returns the process handle.