PHP.nl

dba_fetch

dba_fetch

Fetch data specified by key

 **dba_fetch**  $key Dba\Connection $dba int $skip

Overloaded signature deprecated as of 8.3.0:

string **dba_fetch**  $key int $skip resource $dba
fetches the data specified by
from the database specified with

. dba_fetch``key``dba

keyThe key the data is specified by.

Opmerking: > When working with inifiles this function accepts arrays as keys where index 0 is the group and index 1 is the value name. See: . dba_key_split

dbadba.parameter.dba

skipThe number of key-value pairs to ignore when using cdb databases. This value is ignored for all other databases which do not support multiple keys with the same name.

Returns the associated string if the key/data pair is found, false otherwise.

dba_exists``dba_delete``dba_insert``dba_replace``dba_key_split