XX. DBM Functions

Introduction

הערה :

Installation

In addtion you must ensure support for an underlying database or you can use some sytem libraries .

Runtime Configuration

This extension does not define any configuration directives .

Predefined Constants

This extension does not define any constants .

Examples

דוגמה 1 .






תוכן העניינים:
dblist -- Describes the DBM-compatible library being used
dbmclose -- Closes a dbm database
dbmdelete -- Deletes the value for a key from a DBM database
dbmexists -- Tells if a value exists for a key in a DBM database
dbmfetch -- Fetches a value for a key from a DBM database
dbmfirstkey -- Retrieves the first key from a DBM database
dbminsert -- Inserts a value for a key in a DBM database
dbmnextkey -- Retrieves the next key from a DBM database
dbmopen -- Opens a DBM database
dbmreplace -- Replaces the value for a key in a DBM database