検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 362 for [SIMILAR] 16 1024 4096 WITH 17269 リ使 WITH 1208... (0.357 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
« 共有メモリ関数 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 例 基本的な使用法 基本的な使用法 例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]
共有メモリブロックを削除する 0
« shmop_close shmop_open » PHP Manual 共有メモリ関数 共有メモリブロックを削除する shmop_delete (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_delete — 共有メモリブロックを削除する 説明 shmop_delete ( Shmop $shmop ): bool shmop_delete() は、共有メモリブロックを削除ます。 パラメータ shmop shm ...
https://man.plustar.jp/php/function.shmop-delete.html - [similar]
共有メモリブロックからデータを読み取る 0
« shmop_open shmop_size » PHP Manual 共有メモリ関数 共有メモリブロックからデータを読み取る shmop_read (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_read — 共有メモリブロックからデータを読み取る 説明 shmop_read ( Shmop $shmop , int $offset , int $size ): string shmop_read() は、共有メモリブ ...
https://man.plustar.jp/php/function.shmop-read.html - [similar]
セマフォ、共有メモリおよび IPC 0
« Volatile はじめに » PHP Manual プロセス制御 セマフォ、共有メモリおよび IPC セマフォ、共有メモリおよび IPC はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 セマフォ関数 ftok — パス名とプロジェクト ID を、System V IPC キーに変換する msg_get_queue — メッ ...
https://man.plustar.jp/php/book.sem.html - [similar]
共有メモリセグメントを作成またはオープンする 0
« sem_remove shm_detach » PHP Manual セマフォ関数 共有メモリセグメントを作成またはオープンする shm_attach (PHP 4, PHP 5, PHP 7, PHP 8) shm_attach — 共有メモリセグメントを作成またはオープンする 説明 shm_attach ( int $key , ? int $size = null , int $permissions = 0666 ): SysvSharedMemory | ...
https://man.plustar.jp/php/function.shm-attach.html - [similar]