如果您撥打以下如何阻止PHP :: memcache :: delete生成CLIENT_ERROR?
$m = new Memcache()
$m->addServer('127.0.0.1')
$m->delete('key')
你會得到
PHP的通知:MemcachePool ::刪除():服務器localhost(TCP 11211,UDP 0)與失敗:CLIENT_ERROR壞的命令行格式。用法:刪除[noreply]
如果您撥打以下如何阻止PHP :: memcache :: delete生成CLIENT_ERROR?
$m = new Memcache()
$m->addServer('127.0.0.1')
$m->delete('key')
你會得到
PHP的通知:MemcachePool ::刪除():服務器localhost(TCP 11211,UDP 0)與失敗:CLIENT_ERROR壞的命令行格式。用法:刪除[noreply]