検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for SyncSharedMemory (0.004 sec.)
Constructs a new SyncSharedMemory object 10458
« SyncSharedMemory SyncSharedMemory::first » PHP Manual SyncSharedMemory Constructs a new SyncSharedMemory ... aredMemory object SyncSharedMemory::__construct (PECL sync >= 1.1.0) SyncSharedMemory ... ::__construct — Constructs a new SyncSharedMemory object 説明 public SyncSharedMemory::__construct ( ... equest sufficient storage up front. 戻り値 The new SyncSharedMemory object. エラー / 例外 An exception is thrown if th ... memory object cannot be created or opened. 例 例1 SyncSharedMemory::__construct() example <?php // You will probably ...
https://man.plustar.jp/php/syncsharedmemory.construct.html - [similar]
Returns the size of the named shared memory 10368
« SyncSharedMemory::read SyncSharedMemory::write » PHP Manual SyncSharedMemory Returns the size ... of the named shared memory SyncSharedMemory::size (PECL sync >= 1.1.0) SyncSharedMemory::size ... ns the size of the named shared memory 説明 public SyncSharedMemory::size (): int Retrieves the shared memory size of ... a SyncSharedMemory object. パラメータ この関数にはパラメータはありませ ... me size that was passed to the constructor. 例 例1 SyncSharedMemory::size() example <?php $mem = new SyncSharedMemory ...
https://man.plustar.jp/php/syncsharedmemory.size.html - [similar]
Check to see if the object is the first instance system-wide of named shared mem... 10172
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... first instance system-wide of named shared memory SyncSharedMemory::first (PECL sync >= 1.1.0) SyncSharedMemory::firs ... nce system-wide of named shared memory 説明 public SyncSharedMemory::first (): bool Retrieves the system-wide first in ... stance status of a SyncSharedMemory object. パラメータ この関数にはパラメータはありませ ... true を、失敗した場合に false を返します。 例 例1 SyncSharedMemory::first() example <?php $mem = new SyncSharedMemory ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
Copy data from named shared memory 10136
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... med shared memory SyncSharedMemory::read (PECL sync >= 1.1.0) SyncSharedMemory::read ... — Copy data from named shared memory 説明 public SyncSharedMemory::read ( int $start = 0 , int $length = ? ) Copies ... ontaining the data read from shared memory. 例 例1 SyncSharedMemory::__construct() example <?php // You will probably ... en the last reference to it disappears. $mem = new SyncSharedMemory ( "AppReportName" , 1024 ); if ( $mem -> first ()) ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
The SyncSharedMemory class 10100
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMemory ... mory class The SyncSharedMemory class (PECL sync >= 1.1.0) はじめに A cross-platfo ... otect most uses of shared memory. クラス概要 class SyncSharedMemory { /* メソッド */ public __construct ( string $name ... ite ( string $string = ? , int $start = 0 ) } 目次 SyncSharedMemory::__construct — Constructs a new SyncSharedMemory o ... bject SyncSharedMemory::first — Check to see if the object is the first i ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]
Copy data to named shared memory 10029
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... shared memory SyncSharedMemory::write (PECL sync >= 1.1.0) SyncSharedMemory::writ ... e — Copy data to named shared memory 説明 public SyncSharedMemory::write ( string $string = ? , int $start = 0 ) Cop ... e number of bytes written to shared memory. 例 例1 SyncSharedMemory::write() example <?php // You will probably need t ... en the last reference to it disappears. $mem = new SyncSharedMemory ( "AppReportName" , 1024 ); if ( $mem -> first ()) ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
Sync 9314
« Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール ... cReaderWriter::writeunlock — Releases a write lock SyncSharedMemory — The SyncSharedMemory class SyncSharedMemory::__c ... onstruct — Constructs a new SyncSharedMemory object SyncSharedMemory::first — Check to see if t ... first instance system-wide of named shared memory SyncSharedMemory::read — Copy data from named shared memory SyncSha ... size — Returns the size of the named shared memory SyncSharedMemory::write — Copy data to named shared memory 関連キー ...
https://man.plustar.jp/php/book.sync.html - [similar]
Releases a write lock 6596
« SyncReaderWriter::writelock SyncSharedMemory » PHP Manual SyncReaderWriter Releases a write lo ... riter , a , writeunlock , writelock , パラメータ , SyncSharedMemory , public , 関数 ...
https://man.plustar.jp/php/syncreaderwriter.writeunlock.html - [similar]
プロセス制御 6275
« Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Ei ... lass SyncReaderWriter — The SyncReaderWriter class SyncSharedMemory — The SyncSharedMemory class 関連キーワード: クラス ...
https://man.plustar.jp/php/refs.fileprocess.process.html - [similar]
その他の基本モジュール 5863
« SyncSharedMemory::write GeoIP » PHP Manual 関数リファレンス その他の基本モジュール その他の基本 ...
https://man.plustar.jp/php/refs.basic.other.html - [similar]
PREV 1 NEXT