downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

소개> <newt_win_ternary
[edit] Last updated: Sat, 07 Jan 2012

view this page in

GNU Readline



add a note add a note User Contributed Notes Readline
list2011 at lunch dot za dot net 02-Feb-2012 03:11
When readline is enabled, php switches the terminal mode to accept line-buffered input.  This means that the proper way to use the cli when you pipe to an interactive command is to explicitly specify that php is not using the terminal for input:

php somescript.php < /dev/null | less

 
show source | credits | stats | sitemap | contact | advertising | mirror sites