-
Notifications
You must be signed in to change notification settings - Fork 0
kajidai/php-luxio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PHP extension for Lux IO -------------------- Lux IO website is here: http://luxio.sourceforge.net/ SYNOPSIS: <?php $luxiobtree = new LuxIOBtree(); $luxiobtree->open('test', LUX_DB_CREAT); $ret = $luxiobtree->put('key', 'value'); // $ret = true; $ret = $luxiobtree->get('key'); // $ret = 'value'; $ret = $luxiobtree->del('key'); // $ret = true;
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published