doc-en
doc-en copied to clipboard
clarify response type for Memcached::deleteMulti
- the documentation does not clearly say that response codes will be returned, although the implementation does exactly that.
- see https://github.com/php-memcached-dev/php-memcached/blob/605a8a63a7461983512ce12601e995dad18f5a9b/php_memcached.c#L2278-L2282
I think a few problems still remain after this commit, so I made #1957 as an alternative.
@tstarling Did I correctly understand that https://github.com/php/doc-en/pull/1957 makes this PR no longer relevant, and therefore can be closed?
Yes, the issue was addressed in #1957.