* Flush output to the socket. * * Since read(), readAll() and write() operate on the sockets directly, * this is a no-op * * If you wish to have flushable buffering behaviour, wrap this TSocket * in a TBufferedTransport. */
()
| 364 | * in a TBufferedTransport. |
| 365 | */ |
| 366 | public function flush() |
| 367 | { |
| 368 | // no-op |
| 369 | } |
| 370 | } |