検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 483 for [SIMILAR] 16 1024 4096 WITH 27093 ャッ WITH 2463... (0.379 sec.)
共有メモリブロックにデータを書き込む 0
« shmop_size Shmop » PHP Manual 共有メモリ関数 共有メモリブロックにデータを書き込む shmop_write (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_write — 共有メモリブロックにデータを書き込む 説明 shmop_write ( Shmop $shmop , string $data , int $offset ): int shmop_write() は、共有メモリブロック ...
https://man.plustar.jp/php/function.shmop-write.html - [similar]
指定したキーで排他ロックを確保する 0
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他ロックを確保する wincache_lock (PECL wincache >= 1.1.0) wincache_lock — 指定したキーで排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定したキーについて ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
WinCache セッションハンドラ 0
« WinCache 統計スクリプト WinCache 関数への切り替え » PHP Manual インストール/設定 WinCache セッションハンドラ WinCache セッションハンドラ WinCache セッションハンドラ (WinCache 1.1.0 以降で使用可能) を使うと、 PHP のセッションデータを共有メモリ上のセッションキャッシュに格納できるようにな ...
https://man.plustar.jp/php/wincache.sessionhandler.html - [similar]
共有メモリブロックを閉じる 0
« 共有メモリ関数 shmop_delete » PHP Manual 共有メモリ関数 共有メモリブロックを閉じる shmop_close (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_close — 共有メモリブロックを閉じる 警告 この関数は PHP 8.0.0 で 非推奨 になります。この関数に頼らないことを強く推奨します。 説明 shmop_close ( Shmo ...
https://man.plustar.jp/php/function.shmop-close.html - [similar]
統計情報 0
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、クライアントとサーバー間の通信に関する統計情報を収集する機能をサポートしています。収集できる統計情報は主に2つのタイプに分けられます。 クライアントの統計情報 接続の統計情報 mysqli 拡張機能を使っ ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
Windows でのおすすめの構成 0
« Windows 上での PHP インストーラ Windows 上での PHP の手動インストール » PHP Manual Windows システムへのインストール Windows でのおすすめの構成 Windows でのおすすめの構成 OpCache OpCache を有効にすることを強く推奨します。この拡張モジュールは Windows 版の PHP に含まれています。 これは PH ...
https://man.plustar.jp/php/install.windows.recommended.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
共有メモリブロックの大きさを取得する 0
« shmop_read shmop_write » PHP Manual 共有メモリ関数 共有メモリブロックの大きさを取得する shmop_size (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_size — 共有メモリブロックの大きさを取得する 説明 shmop_size ( Shmop $shmop ): int shmop_size() は、共有メモリブロックのサイズをバイト単位で取得 ...
https://man.plustar.jp/php/function.shmop-size.html - [similar]
はじめに 0
« セマフォ インストール/設定 » PHP Manual セマフォ はじめに はじめに これらのモジュールは、System V IPC 関連の関数へのラッパーを提供します。 セマフォ・共有メモリおよびプロセス間通信(IPC)がその中に含まれます。 セマフォは、マシーン上のリソースへの排他的アクセス機能や、 同時にあるリソースを ...
https://man.plustar.jp/php/intro.sem.html - [similar]
共有メモリセグメントへの接続を閉じる 0
« shm_attach shm_get_var » PHP Manual セマフォ関数 共有メモリセグメントへの接続を閉じる shm_detach (PHP 4, PHP 5, PHP 7, PHP 8) shm_detach — 共有メモリセグメントへの接続を閉じる 説明 shm_detach ( SysvSharedMemory $shm ): bool shm_detach() は、 shm_attach() で作成され、 指定した shm を有す ...
https://man.plustar.jp/php/function.shm-detach.html - [similar]