Changeset 60270
- Timestamp:
- 05/31/2025 11:56:08 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/object-cache.php
r56943 r60270 161 161 * @link https://www.php.net/manual/en/memcached.casbykey.php 162 162 * 163 * @param float $cas_token Unique value associated with the existing item. Generated by memcached. 163 164 * @param string $server_key The key identifying the server to store the value on. 164 * @param float $cas_token Unique value associated with the existing item. Generated by memcached.165 165 * @param string $key The key under which to store the value. 166 166 * @param mixed $value The value to store. … … 1239 1239 * @link https://www.php.net/manual/en/memcached.casbykey.php 1240 1240 * 1241 * @param float $cas_token Unique value associated with the existing item. Generated by memcached. 1241 1242 * @param string $server_key The key identifying the server to store the value on. 1242 * @param float $cas_token Unique value associated with the existing item. Generated by memcached.1243 1243 * @param string $key The key under which to store the value. 1244 1244 * @param mixed $value The value to store. … … 1930 1930 * @link https://www.php.net/manual/en/memcached.replace.php 1931 1931 * 1932 * @param string $server_key The key identifying the server to store the value on.1933 1932 * @param string $key The key under which to store the value. 1934 1933 * @param mixed $value The value to store. 1935 1934 * @param string $group The group value appended to the $key. 1935 * @param int $expiration The expiration time, defaults to 0. 1936 * @param string $server_key The key identifying the server to store the value on. 1936 1937 * @param bool $by_key True to store in internal cache by key; false to not store by key. 1937 * @param int $expiration The expiration time, defaults to 0.1938 1938 * @return bool True on success, false on failure. 1939 1939 */
Note: See TracChangeset
for help on using the changeset viewer.