|
ssh2_pollPoll the channels/listeners/streams for events Description
int ssh2_poll(array
&$desc , int $timeout = 30)Polls the channels/listeners/streams for events, and returns the number of descriptors which returned non-zero revents. Warning
This function is currently not documented; only its argument list is available. Parameters
Return ValuesReturns the number of descriptors which returned non-zero revents. |