chdb::get(PECL chdb >= 0.1.0) chdb::get — Gets the value associated with a key Описание
public string chdb::get
( string $key
)
Gets the value associated with a key from a chdb database. Список параметров
Возвращаемые значенияReturns a string containing the value associated with the given key, or NULL if not found. ПримерыПример #1 chdb::get() example
<?phpРезультатом выполнения данного примера будет что-то подобное: value1 value2 |
||