chdb::getGets the value associated with a key Beschreibung
public string chdb::get
( string
$key
)Gets the value associated with a key from a chdb database. Parameter-Liste
Rückgabewerte
Returns a string containing the value associated with the given
BeispieleBeispiel #1 chdb::get example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: value1 value2 |