update : 2015.11.03
php.shukuma.com검색:
|
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
예제Example #1 chdb::get() example
<?php 위 예제의 출력 예시: value1 value2 |