| chdb::getGets the value associated with a key Description
   public string chdb::get
    ( string  $key)Gets the value associated with a key from a chdb database. Parameters
 Return Values
   Returns a string containing the value associated with the given
    ExamplesExample #1 chdb::get example 
<?phpThe above example will output something similar to: value1 value2 |