资 源 简 介
php-nmdb is a php binding to nmdb.
nmdb is a network database (dbm-style) for controlled networks that can use different protocols to communicate with its clients. It supports TIPC, TCP, UDP and SCTP.
It consists of an in-memory cache that saves (key, value) pairs, and a persistent backend that stores the pairs on disk.
php-nmdb implements all the functions of libnmdb. So you can access nmdb in php now.
php-nmdb 是 php 的 nmdb 绑定。
nmdb 是一个用于内网的网络数据库(dbm风格),能使用不同协议与客户端通信。支持TIPC、TCP、UDP 和 SCTP。
它包含一个保存键值对的内存缓存和一个持久的后端用于在磁盘种存放这些键值对。
php-nmdb 实现了libnmdb中所有的函数。现在,您可以用php来访问nmdb了。