$host_
$host_ : string
Remote hostname
Sockets implementation of the TTransport interface that allows connection to a pool of servers.
__construct(array $hosts = array('localhost'), mixed $ports = array(9090), boolean $persist = FALSE, mixed $debugHandler = null)
Socket pool constructor
array | $hosts | List of remote hostnames |
mixed | $ports | Array of remote ports, or a single common port |
boolean | $persist | Whether to use a persistent socket |
mixed | $debugHandler | Function for error logging |