検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 58 for Memcache (0.003 sec.)
プール内のすべてのサーバーの統計情報を取得する 8709
« Memcache::get Memcache::getServerStatus » PHP Manual Memcache プール内のすべてのサーバーの統計 ... 情報を取得する Memcache::getExtendedStats (PECL memcache >= 2.0.0) Memcach ... プール内のすべてのサーバーの統計情報を取得する 説明 Memcache::getExtendedStats ( string $type = ? , int $slabid ... = ? , int $limit = 100 ): array Memcache::getExtendedStats() は、サーバーの 統計情報を含む二 ... 得に失敗したサーバーは、値に false が設定されます。 memcache_get_extended_stats() 関数を使用することも可能です。 ...
https://man.plustar.jp/php/memcache.getextendedstats.html - [similar]
Memcache 関数 8577
« Memcache::setServerParams memcache_debug » PHP Manual Memcache Memcache 関数 Memcache 関数 目次 ... memcache_debug — デバッグ出力のオン/オフを切り替える 関連キ ... ーワード: Memcache , 関数 , memcache , debug , setServerParams , デバ ...
https://man.plustar.jp/php/ref.memcache.html - [similar]
サーバーの統計情報を取得する 8460
« Memcache::getServerStatus Memcache::getVersion » PHP Manual Memcache サーバーの統計情報を取得す ...Memcache::getStats (PECL memcache >= 0.2.0) Memcache::getSt ... ats — サーバーの統計情報を取得する 説明 Memcache::getStats ( string $type = ? , int $slabid = ? , i ... nt $limit = 100 ): array | false Memcache::getStats() は、サーバーの統計情報を含む 連想配列を ... 名前、そして 配列の値がパラメータの値に対応します。 memcache_get_stats() 関数を使用することも可能です。 パラメー ...
https://man.plustar.jp/php/memcache.getstats.html - [similar]
基本的な使用法 8211
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... どの) リソース型を 保存することはできません。 <?php $memcache = new Memcache ; $memcache -> connect ( 'localhost ... 1 ) or die ( "接続できませんでした" ); $version = $memcache -> getVersion (); echo "サーバーのバージョン: " . ... r_attr = 'test' ; $tmp_object -> int_attr = 123 ; $memcache -> set ( 'key' , $tmp_object , false , 10 ) or die ... ータの有効期限は 10 秒です)<br/>\n" ; $get_result = $memcache -> get ( 'key' ); echo "キャッシュから取得したデー ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
デバッグ出力のオン/オフを切り替える 8123
« Memcache 関数 Memcached » PHP Manual Memcache 関数 デバッグ出力のオン/オフを切り替える memcache ... e_debug (PECL memcache >= 0.2.0) memcache_debug — デバッグ出力のオン/オフ ... を切り替える 説明 memcache_debug ( bool $on_off ): bool memcache_debug() は、 ... 力を有効にし、 false の場合には無効にします。 注意 : memcache_debug() は、PHP が --enable-debug オプションをつけ ... 。 関連キーワード: デバッグ , 出力 , オフ , debug , memcache , 関数 , off , Memcache , パラメータ , Memcached ...
https://man.plustar.jp/php/function.memcache-debug.html - [similar]
はじめに 7611
« Memcache インストール/設定 » PHP Manual Memcache はじめに はじめに Memcache モジュールは、memcache ... タベースの読み込み量を減らすように設計されています。 Memcache モジュールは、 セッション ハンドラ ( memcache ) も ... 提供します。 memcached についてのより詳細な情報は » http://www.memcached ... .org/ にあります。 関連キーワード: Memcache , モジュール , 提供 , 読み込み , 情報 , memcache , ...
https://man.plustar.jp/php/intro.memcache.html - [similar]
memcache への接続で持続的接続を使っているかどうかを調べる 7230
« Memcached::incrementByKey Memcached::isPristine » PHP Manual Memcached memcache への接続で持続 ... 的接続を使っているかどうかを調べる Memcached::isPersistent (PECL memcached >= 2.0.0) Memcached ... ::isPersistent — memcache への接続で持続的接続を使っているかどうかを調べる 説 ... 明 public Memcached::isPersistent (): bool Memcached::isPersistent() ... は、 memcache サーバーへの接続が持続的接続かどうかを調べます。 パ ...
https://man.plustar.jp/php/memcached.ispersistent.html - [similar]
php.ini ディレクティブのリスト 7113
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... null PHP_INI_ALL mcrypt.modes_dir null PHP_INI_ALL memcache.allow_failover "1" PHP_INI_ALL memcache 2.0.2 以降 ... で使用可能です memcache.max_failover_attempts "20" PHP_INI_ALL memcache 2. ... 1.0 以降で使用可能です memcache.chunk_size "8192" PHP_INI_ALL memcache 2.0.2 以降で ... 使用可能です memcache.default_port "11211" PHP_INI_ALL memcache 2.0.2 以 ...
https://man.plustar.jp/php/ini.list.html - [similar]
インストール手順 6557
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この » PECL 拡 ... 次の場所にあります。 » https://pecl.php.net/package/memcache . 注意 : オプションで、memcache セッションハンドラ ... 静的に組み込む場合は configure オプション --disable-memcache-session を使用できます。 関連キーワード: インストー ... ル , 手順 , 拡張 , memcache , モジュール , 情報 , 設定 , 要件 , disable , conf ...
https://man.plustar.jp/php/memcache.installation.html - [similar]
6381
« 定義済み定数 基本的な使用法 » PHP Manual Memcache 例 例 目次 基本的な使用法 関連キーワード: 例 ... , 基本 , 定義 , 定数 , Memcache , ...
https://man.plustar.jp/php/memcache.examples.html - [similar]
PREV 1 2 3 4 5 6 NEXT