php8.5
Home/ Manual/ memcached / memcached/ Memcached::deleteMulti

Memcached::deleteMulti

PHP function Edit on GitHub ✎

(PECL memcached >= 2.0.0)

Delete multiple items

Description

Memcached::deleteMulti(array $keys, int $time = 0): array

Delete the array of keys from the server.

Parameters

keys

The keys to be deleted.

time

The amount of time the server will wait to delete the items.

Delete-time

Return Values Delete-multi

See Also

  • Memcached::delete
  • Memcached::deleteByKey
  • Memcached::deleteMultiByKey

Source: reference/memcached/memcached/deletemulti.xml · from the official PHP manual (php/doc-en)