検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 490 for [SIMILAR] 16 1024 4096 WITH 19290 igbinary WITH ... (0.396 sec.)
共有メモリブロックを閉じる 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
« 列挙型と定数 定数式における列挙型の値 » PHP Manual 列挙型(Enum) トレイト トレイト 列挙型ではトレイトを使えます。 列挙型におけるトレイトは、クラスにおけるそれと同じ振る舞いをします。 注意すべきことは、列挙型で use されるトレイトには、プロパティが含まれていてはいけないという点です。 use ...
https://man.plustar.jp/php/language.enumerations.traits.html - [similar]
ストレージの文字列表現をアンシリアライズする 0
« SplObjectStorage::setInfo SplObjectStorage::valid » PHP Manual SplObjectStorage ストレージの文字列表現をアンシリアライズする SplObjectStorage::unserialize (PHP 5 >= 5.2.2, PHP 7, PHP 8) SplObjectStorage::unserialize — ストレージの文字列表現をアンシリアライズする 説明 public SplObjectSt ...
https://man.plustar.jp/php/splobjectstorage.unserialize.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]
スタックトレースを取得する 0
« Throwable::getLine Throwable::getTraceAsString » PHP Manual Throwable スタックトレースを取得する Throwable::getTrace (PHP 7, PHP 8) Throwable::getTrace — スタックトレースを取得する 説明 public Throwable::getTrace (): array スタックトレースの配列を返します。 パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/throwable.gettrace.html - [similar]