Help for this page

Select Code to Download


  1. or download this
        $fd = $s->fileno();
        vec($rin, $fd, 1) = 1;
    ...
                last if $t = $l;
            }
        }
    
  2. or download this
    select(8, NULL, [3 4 5], [3 4 5], {2, 0}) = -1 EBADF (Bad file descrip
    +tor)