Query: dba_fetch
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBA_FETCH(3) 1 DBA_FETCH(3) dba_fetch - Fetch data specified by keySYNOPSISstring dba_fetch (string $key, resource $handle)DESCRIPTIONstring dba_fetch (string $key, int $skip, resource $handle) dba_fetch(3) fetches the data specified by $key from the database specified with $handle.PARAMETERSo $key - The key the data is specified by. Note 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(3). o $skip - The 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. o $handle - The database handler, returned by dba_open(3) or dba_popen(3).RETURN VALUESReturns the associated string if the key/data pair is found, FALSE otherwise.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 4.3.0 | | | | | | | The $skip parameter is available to support | | | cdb's capability of multiple keys having the same | | | name. | | | | +--------+---------------------------------------------------+SEE ALSOdba_exists(3), dba_delete(3), dba_insert(3), dba_replace(3), dba_key_split(3). PHP Documentation Group DBA_FETCH(3)