DistributedClient::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->table = new swoole_table(1024);
        $this->table->column('clientfd', swoole_table::TYPE_INT, 8);
        $this->table->create();
    }