$host_
$host_ : string
Remote hostname
Sockets implementation of the TTransport interface.
__construct(string $host = 'localhost', integer $port = 9090, boolean $persist = FALSE, string $debugHandler = null)
Socket constructor
string | $host | Remote hostname |
integer | $port | Remote port |
boolean | $persist | Whether to use a persistent socket |
string | $debugHandler | Function to call for error logging |