Interface ProcessInterface
Brings the output and exit status of an external command.
Deprecated since version 1.6: use Symfony/Process component API. Where possible the old interface methods are mapped to equivalent Symfony/Process methods.
- Nethgui\System\ProcessInterface implements Nethgui\Utility\DisposableInterface
Direct known implementers
Nethgui\System\Process
Namespace: Nethgui\System
Deprecated: since version 1.6
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See: \Nethgui\System\PlatformInterface::exec()
Api
Located at System/ProcessInterface.php
Deprecated: since version 1.6
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See: \Nethgui\System\PlatformInterface::exec()
Api
Located at System/ProcessInterface.php
public
string
|
|
public
array
|
|
public
string|boolean
|
|
public
mixed
|
|
public
|
|
public
|
|
public
false
|
|
public
integer
|
|
public
|
|
public
string
|
|
public
array
|
dispose(),
isDisposed()
|
integer |
STATE_NEW
|
#
0
|
integer |
STATE_RUNNING
|
#
1
|
integer |
STATE_EXITED
|
#
2
|