コード例 #1
0
ファイル: socket.php プロジェクト: ngugijames/ThinkUp
 /**
  *    Opens a secure socket for reading and writing.
  *    @param string $host      Hostname to send request to.
  *    @param integer $port     Port on remote machine to open.
  *    @param integer $timeout  Connection timeout in seconds.
  *    @access public
  */
 function __construct($host, $port, $timeout)
 {
     parent::__construct($host, $port, $timeout);
 }