put
$X
->put(key
,value
[,flags
])
- Stores a key/value pair in the database. flags is optional. If
R_IAFTER
orR_IBEFORE
is set, then key is set to the record number of the inserted key/value pair.
$X
->put(key
,value
[,flags
])
R_IAFTER
or R_IBEFORE
is set, then key is set to the record number of the inserted key/value pair.