dba_fetch

 string dba_fetch ( string $key , resource $handle ) 

説明

string dba_fetch ( string $key , int $skip , resource $handle )
dba_fetch() fetches the data specified by key from the database specified with handle.

戻り値

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