1 Star 0 Fork 0

ryanduan/php-memcached

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
localserver.phpt 322 Bytes
Copy Edit Raw Blame History
惠新宸 authored 2016-07-21 18:59 +08:00 . Improved the tests
--TEST--
Memcached local server test
--SKIPIF--
<?php include "skipif.inc";?>
--FILE--
<?php
include dirname (__FILE__) . '/config.inc';
$m = memc_get_instance ();
$key = 'foobarbazDEADC0DE';
$m->set($key, array(
'foo' => 'bar'
), 360);
var_dump($m->get($key));
?>
--EXPECT--
array(1) {
["foo"]=>
string(3) "bar"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rczweb_admin/php-memcached.git
git@gitee.com:rczweb_admin/php-memcached.git
rczweb_admin
php-memcached
php-memcached
master

Search