This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CREDITS | Sun Nov 02 18:03:49 -0800 2008 | |
| |
README | Sun Nov 02 18:03:49 -0800 2008 | |
| |
config.m4 | Sun Nov 02 18:03:49 -0800 2008 | |
| |
luxio.cpp | Fri Sep 18 00:08:26 -0700 2009 | |
| |
luxio.php | Sun Nov 02 18:03:49 -0800 2008 | |
| |
php_luxio.h | Sun Nov 02 18:03:49 -0800 2008 | |
| |
tests/ | Sun Nov 02 18:03:49 -0800 2008 |
README
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;







