* Sets debugging output on or off * * @param bool $debug */
($debug)
| 171 | * @param bool $debug |
| 172 | */ |
| 173 | public function setDebug($debug) |
| 174 | { |
| 175 | $this->debug_ = $debug; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Get the host that this socket is connected to |
no outgoing calls