首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 简单的方法如何存储和检索数据,编写PHP本身。

简单的方法如何存储和检索数据,编写PHP本身。

资 源 简 介

IMPORTANT: Project has [moved to github](http://github.com/jakubkulhan/metatable) because of power of Git :-) What is metatable? metatable aims to provide simple interface to store and retrieve data. It is written entirely in PHP and uses only basic PHP functions, so no extensions are needed. But still metatable should be fast enough to be used as storage backend in some sort of applications. Data are stored in binary file in metatable"s own format. Data representation metatable is big hashmap, which associates (row : string, column : string) pair to value. Currently supported value types are: string, int (32bit) and boolean. string is uninterpreted, so other types may be stored in their binary form as string. Maximal lengths of row and col

文 件 列 表

metatable
examples
metatable.php
VIP VIP
0.199335s