SQLite-simple-store:超轻量级零配置基于sqlite的密钥=>具有PHP到期时间的值存储

时间:2024-05-30 07:49:05
【文件属性】:

文件名称:SQLite-simple-store:超轻量级零配置基于sqlite的密钥=>具有PHP到期时间的值存储

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-30 07:49:05

PHP

SQLite简单存储 超轻量级零配置基于sqlite的密钥=>具有PHP到期时间的值存储。 基本上,它是一个简单的键值存储区,带有and expires字段,该字段将在过期后删除该值。 同样,由于它受到redis的严重影响,因此实现了一些redis有用的功能。 稳定版 ##用法 <?php //include the class include_once ( 'SQLite_simple_store.php' ); //instanceate the class $ s = new SQLite_simple_store ( 'user_table' ); //simple set key => value $ s -> set ( 'name' , 'oha' ); //simple get value by key echo $ s -> get ( 'name' ); //o


【文件预览】:
SQLite-simple-store-master
----composer.json(878B)
----.travis.yml(205B)
----SQLite_simple_store.php(9KB)
----LICENSE(34KB)
----README.md(3KB)

网友评论