* @param resource $handle * @return void */
($handle)
| 136 | * @return void |
| 137 | */ |
| 138 | public function setHandle($handle) |
| 139 | { |
| 140 | $this->handle_ = $handle; |
| 141 | stream_set_blocking($this->handle_, false); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Sets the send timeout. |
no outgoing calls