|
|
dbmfetch (PHP 3, PHP 4, PECL) dbmfetch -- Fetches a value for a key from a DBM database Описаниеstring dbmfetch ( resource dbm_identifier, string key )
Gets the value associated with the given key.
Список параметров
dbm_identifierThe DBM link identifier,
returned by dbmopen(). key
The key, as a string
Возвращаемые значения
Returns the value associated with key.
There are no user contributed notes for this page.
|