Martin Holm wrote:
I'm currently working on some stuff with php-cli and got a few problem.

I want to be able to read one single character from stdin via keyboard, ie. pressing a button.
It works fine if I use enter as newline afterwards, but I would like to do it without pressing enter.
Thus, I have to turn off buffering in the input stream but I can't find any way to do it.


Been looking everywhere on php.net but can't find any hints.

http://www.php.net/ncurses

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to