an alternative method is to use unix except scripts and call them like so
$string=shell_exec("expect path/to/script");
echo $string;
Expect
- Introducción
- Installing/Configuring
- Constantes predefinidas
- Ejemplos
- Expect Functions
- expect_expectl — Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen
- expect_popen — Execute command via Bourne shell, and open the PTY stream to the process
Expect
timgolding_10 at hotmail dot com
19-Dec-2008 05:09
19-Dec-2008 05:09
