Documented Memcached checkKey method

This commit is contained in:
Gijs de Jong 2022-12-06 09:59:59 +01:00 committed by Ivan Fedorov
parent d36c765ee9
commit c6ad81b02e
1 changed files with 8 additions and 0 deletions

View File

@ -1493,6 +1493,14 @@ class Memcached
*/
public function isPristine() {}
/**
* (PECL memcached &gt;= 3.2.0)<br/>
* Check if the given key is valid.
* @param string $key
* @return bool
*/
public function checkKey($key) {}
/**
* Flush and send buffered commands
* @link https://github.com/php-memcached-dev/php-memcached/blob/v3.1.5/php_memcached.c