| Frames | No Frames | |
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. |