«

PHP:Memcached::touch()的用法

时间:2024-3-1 21:58     作者:韩俊     分类: PHP


Memcached::touch

(PECL memcached >= 2.0.0)

Memcached::touch — Set a new expiration on an item

说明

public bool Memcached::touch
( string $key
, int $expiration
)

Memcached::touch() sets a new expiration value on the given key.

参数

key

用于存储值的键名。

expiration

到期时间,默认为 0。 更多信息请参见到期时间。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE。 如需要则使用 Memcached::getResultCode()。

参见

Memcached::touchByKey() - Set a new expiration on an item on a specific server

标签: php php教程

热门推荐