[Top]
Process
|
Method Process.spawn_pike()
- Method
spawn_pike
-
Process spawn_pike(array(string) argv, void|mapping(string:mixed) options)
- Description
-
Spawn a new pike process similar to the current.
- Parameter argv
-
Arguments for the new process.
- Parameter options
-
Process creation options. See Process.Process for details.
- See also
-
Process.Process
|