PHP » GoLang |
login |
register |
about
|
chdb::get(PECL chdb >= 0.1.0) chdb::get — Gets 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
<?php The above example will output something similar to: value1 value2 |
more
Recently updated
more
Most requested
more
Last requests
|