検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 778 for [SIMILAR] 16 1024 4096 WITH 38282 memcache WITH ... (0.577 sec.)
実行時設定 9527
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Memcache 設定オプション 名前 デフォルト 変更可能 変更履歴 memcache.allow_failover "1" PHP_INI_ALL memcache 2.0.2 以降で使用可能です memcache.max_failover_attempts "20 ...
https://man.plustar.jp/php/memcache.ini.html - [similar]
基本的な使用法 9527
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 この例では、オブジェクトをキャッシュに保存した後に、改めて取得しなおします。 オブジェクトやその他の非スカラー型のデータは、保存される前に シリアライズされます。そのため (接続 ID などの) リソース ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
サーバーから項目を削除する 9527
« Memcache::decrement Memcache::flush » PHP Manual Memcache サーバーから項目を削除する Memcache::delete (PECL memcache >= 0.2.0) Memcache::delete — サーバーから項目を削除する 説明 Memcache::delete ( string $key , int $timeout = 0 ): bool Memcache::delete() は、 key に対応する項目を削除し ...
https://man.plustar.jp/php/memcache.delete.html - [similar]
プール内のすべてのサーバーの統計情報を取得する 9527
« Memcache::get Memcache::getServerStatus » PHP Manual Memcache プール内のすべてのサーバーの統計情報を取得する Memcache::getExtendedStats (PECL memcache >= 2.0.0) Memcache::getExtendedStats — プール内のすべてのサーバーの統計情報を取得する 説明 Memcache::getExtendedStats ( string $type = ...
https://man.plustar.jp/php/memcache.getextendedstats.html - [similar]
デバッグ出力のオン/オフを切り替える 9527
« Memcache 関数 Memcached » PHP Manual Memcache 関数 デバッグ出力のオン/オフを切り替える memcache_debug (PECL memcache >= 0.2.0) memcache_debug — デバッグ出力のオン/オフを切り替える 説明 memcache_debug ( bool $on_off ): bool memcache_debug() は、パラメータ on_off が true の場合にデバッグ ...
https://man.plustar.jp/php/function.memcache-debug.html - [similar]
サーバーから項目を取得する 9527
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Memcache::get (PECL memcache >= 0.2.0) Memcache::get — サーバーから項目を取得する 説明 Memcache::get ( string $key , int &$flags = ? ): string Memcache::get ( array $keys , array &$flags = ? ): ...
https://man.plustar.jp/php/memcache.get.html - [similar]
定義済み定数 9527
« リソース型 例 » PHP Manual Memcache 定義済み定数 定義済み定数 Memcache 定数 名前 説明 MEMCACHE_COMPRESSED ( int ) Memcache::set() 、 Memcache::add() そして Memcache::replace() を実行する際に、同時にデータの圧縮を行います。 MEMCACHE_HAVE_SESSION ( int ) この Memcache セッションハンドラが ...
https://man.plustar.jp/php/memcache.constants.html - [similar]
項目の値を減らす 9527
« Memcache::connect Memcache::delete » PHP Manual Memcache 項目の値を減らす Memcache::decrement (PECL memcache >= 0.2.0) Memcache::decrement — 項目の値を減らす 説明 Memcache::decrement ( string $key , int $value = 1 ): int | false Memcache::decrement() は、項目の値を value だけ減らします ...
https://man.plustar.jp/php/memcache.decrement.html - [similar]
項目の値を増やす 9527
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::increment (PECL memcache >= 0.2.0) Memcache::increment — 項目の値を増やす 説明 Memcache::increment ( string $key , int $value = 1 ): int | false Memcache::increment() は、項目の値を value だけ増やし ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
サーバーのバージョンを返す 9527
« Memcache::getStats Memcache::increment » PHP Manual Memcache サーバーのバージョンを返す Memcache::getVersion (PECL memcache >= 0.2.0) Memcache::getVersion — サーバーのバージョンを返す 説明 Memcache::getVersion (): string | false Memcache::getVersion() は、サーバーのバージョン番号を 文字 ...
https://man.plustar.jp/php/memcache.getversion.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT