Nathan Rixham wrote:
Hi Guys,
Hoping somebody out there may have come across this one, possible
functionality request depending on responses.
$descriptor = array(
0 => array("pipe", "r"),
1 => array("pipe", "w"),
2 => array("pipe", "w")
);
$process = proc_open('mysql', $descriptor,
Hi Guys,
Hoping somebody out there may have come across this one, possible
functionality request depending on responses.
$descriptor = array(
0 => array("pipe", "r"),
1 => array("pipe", "w"),
2 => array("pipe", "w")
);
$process = proc_open('mysql', $descriptor, $pipes);
fwrite($pipe
2 matches
Mail list logo