Added proc_open for execute commands in php
This commit is contained in:
parent
995208b3e1
commit
c4defd56d1
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ class Linux {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$final_command=implode(' ', $arr_command);
|
||||||
|
|
||||||
$descriptorspec = array(
|
$descriptorspec = array(
|
||||||
0 => array("pipe", "r"), // stdin
|
0 => array("pipe", "r"), // stdin
|
||||||
1 => array("pipe", "w"), // stdout
|
1 => array("pipe", "w"), // stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue