Constant hash database

Table of Contents

The chdb class

Introduction

Represents a loaded chdb file.

Class synopsis

chdb
class chdb {
/* Methods */
public __construct ( string $pathname )
public string get ( string $key )
}