while ($line = fgets(STDIN, 2)) { } ... function getline( $fp, $delim ) ... If you need to simulate an un-buffered fgets so that stdin doesnt hang there ...
確定! 回上一頁