$ret = stream_select($read, $write, $exept, NULL); if ($ret < 0) die("stream_select: error"); foreach ($exept as $input => $stream) { # Read the GPIO status ...
確定! 回上一頁